#312B71

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

Shades of Deep Koamaru #312B71

Tints of Deep Koamaru #312B71

Color information

#312B71 (or 0x312B71) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2B and 71. RGB value is (49,43,113). Sum of RGB (Red+Green+Blue) = 49+43+113=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #312B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B71 is #CED48E. Grayscale: #343434. Windows color (decimal): -13554831 or 7416625. OLE color: 7416625.

HSL color Cylindrical-coordinate representation of color #312B71: hue angle of 245.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312B71 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4943113-
CMYK0.570.6200.56
HSL245.14º44.87%30.59%-
HSV(B)245.14º61.95%44.31%-
XYZ5.113.5716.04-
YUV52.77161.99125.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=23.90%
G=20.98%
B=55.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49431130.570.6200.56245.1444.8730.59
Hex312B71393E038f52d1f
Octal615316171760703655537
Binary110001101011111000111100111111001110001111010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312B71; }

 p { color: rgb(49,43,113); }

 H1.HeaderClassName
 {
   color: #312B71;
 }
 .AnyTagClassName
 {
   color: #312B71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #312B71;
 }
 .BgClassName
 {
   background-color: #312B71;
 }
</style>
border-color css

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

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

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