Html Css Color HEX #312876 Deep Koamaru

📋 copy color: '#312876'

red 49 ◦ green 40 ◦ blue 118

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

Shades of Deep Koamaru #312876

Tints of Deep Koamaru #312876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 23.67%
G = 19.32%
B = 57%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312876 (or 0x312876) is known color: Deep Koamaru. HEX triplet: 31, 28 and 76. RGB value is (49,40,118). Sum of RGB (Red+Green+Blue) = 49+40+118=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #312876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312876 is #CED789. Grayscale: #333333. Windows color (decimal): -13555594 or 7743537. OLE color: 7743537.

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

Color convert

RGB 49 40 118 -
CMYK 0.58 0.66 0 0.54
HSL 246.92º 0.49% 0.31% -
HSV(B) 246.92º 0.66% 0.46% -
XYZ 5.3 3.48 17.53 -
YUV 51.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 49 40 118 0.58 0.66 0 0.54 246.92 0.49 0.31
Hex 31 28 76 3A 42 0 36 F7 31 1F
Octal 61 50 166 72 102 0 66 367 61 37
Binary 110001 101000 1110110 111010 1000010 0 110110 11110111 110001 11111

Color Harmonies of #312876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312876

Black with #312876

Text Example


Text Example

White with #312876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312876; }

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

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

background-color css

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

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

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

border-color css

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

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

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