Html Css Color HEX #312874 Deep Koamaru

📋 copy color: '#312874'

red 49 ◦ green 40 ◦ blue 116

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

Shades of Deep Koamaru #312874

Tints of Deep Koamaru #312874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 23.9%
G = 19.51%
B = 56.59%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312874 (or 0x312874) is known color: Deep Koamaru. HEX triplet: 31, 28 and 74. RGB value is (49,40,116). Sum of RGB (Red+Green+Blue) = 49+40+116=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #312874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312874 is #CED78B. Grayscale: #333333. Windows color (decimal): -13555596 or 7612465. OLE color: 7612465.

HSL color Cylindrical-coordinate representation of color #312874: hue angle of 247.11º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312874 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 40 116 -
CMYK 0.58 0.66 0 0.55
HSL 247.11º 0.49% 0.31% -
HSV(B) 247.11º 0.66% 0.45% -
XYZ 5.18 3.43 16.91 -
YUV 51.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 49 40 116 0.58 0.66 0 0.55 247.11 0.49 0.31
Hex 31 28 74 3A 42 0 37 F7 31 1F
Octal 61 50 164 72 102 0 67 367 61 37
Binary 110001 101000 1110100 111010 1000010 0 110111 11110111 110001 11111

Color Harmonies of #312874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312874

Black with #312874

Text Example


Text Example

White with #312874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312874; }

 p { color: rgb(49,40,116); }

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

background-color css

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

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

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

border-color css

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

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

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