#312876

Color #312876 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #312876

Tints of Deep Koamaru #312876

Color information

#312876 (or 0x312876) is unknown color: approx 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

RGB4940118-
CMYK0.580.6600.54
HSL246.92º49.37%30.98%-
HSV(B)246.92º66.1%46.27%-
XYZ5.33.4817.53-
YUV51.58165.48126.16-

RGB Variations

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

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.00%
R=23.67%
G=19.32%
B=57.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49401180.580.6600.54246.9249.3730.98
Hex3128763A42036f7311f
Octal6150166721020663676137
Binary1100011010001110110111010100001001101101111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>