Html Css Color HEX #312978 Deep Koamaru

📋 copy color: '#312978'

red 49 ◦ green 41 ◦ blue 120

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

Shades of Deep Koamaru #312978

Tints of Deep Koamaru #312978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 23.33%
G = 19.52%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312978 (or 0x312978) is known color: Deep Koamaru. HEX triplet: 31, 29 and 78. RGB value is (49,41,120). Sum of RGB (Red+Green+Blue) = 49+41+120=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #312978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312978 is #CED687. Grayscale: #343434. Windows color (decimal): -13555336 or 7874865. OLE color: 7874865.

HSL color Cylindrical-coordinate representation of color #312978: hue angle of 246.08º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312978 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 41 120 -
CMYK 0.59 0.66 0 0.53
HSL 246.08º 0.49% 0.32% -
HSV(B) 246.08º 0.66% 0.47% -
XYZ 5.45 3.59 18.18 -
YUV 52.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 49 41 120 0.59 0.66 0 0.53 246.08 0.49 0.32
Hex 31 29 78 3B 42 0 35 F6 31 20
Octal 61 51 170 73 102 0 65 366 61 40
Binary 110001 101001 1111000 111011 1000010 0 110101 11110110 110001 100000

Color Harmonies of #312978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312978

Black with #312978

Text Example


Text Example

White with #312978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312978; }

 p { color: rgb(49,41,120); }

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

background-color css

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

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

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

border-color css

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

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

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