Html Css Color HEX #313167 Deep Koamaru

📋 copy color: '#313167'

red 49 ◦ green 49 ◦ blue 103

#313167
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #313167

Tints of Deep Koamaru #313167

RGB

 RED value IS 49 (19.53% from 255) = 24.38%

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 103 (40.63% from 255) = 51.24%

R = 24.38%
G = 24.38%
B = 51.24%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#313167 (or 0x313167) is known color: Deep Koamaru. HEX triplet: 31, 31 and 67. RGB value is (49,49,103). Sum of RGB (Red+Green+Blue) = 49+49+103=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #313167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313167 is #CECE98. Grayscale: #363636. Windows color (decimal): -13553305 or 6762801. OLE color: 6762801.

HSL color Cylindrical-coordinate representation of color #313167: hue angle of 240º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313167 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 49 103 -
CMYK 0.52 0.52 0 0.60
HSL 240º 0.36% 0.3% -
HSV(B) 240º 0.52% 0.4% -
XYZ 4.81 3.83 13.32 -
YUV 55.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 49 49 103 0.52 0.52 0 0.60 240 0.36 0.3
Hex 31 31 67 34 34 0 3C F0 24 1E
Octal 61 61 147 64 64 0 74 360 44 36
Binary 110001 110001 1100111 110100 110100 0 111100 11110000 100100 11110

Color Harmonies of #313167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313167

Black with #313167

Text Example


Text Example

White with #313167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313167; }

 p { color: rgb(49,49,103); }

 H1.HeaderClassName
 {
   color: #313167;
 }
 .AnyTagClassName
 {
   color: #313167;
 }
</style>

background-color css

<style>
 a { background-color: #313167; }

 a { background-color: rgb(49,49,103); }

 div.DivClassName
 {
   background-color: #313167;
 }
 .BgClassName
 {
   background-color: #313167;
 }
</style>

border-color css

<style>
 span { border-color: #313167; }

 span { border-color: rgb(49,49,103); }

 td.TdClassName
 {
   border-color: #313167;
 }
 .TagClassName
 {
   border-color: #313167;
 }
</style>