#312D71

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

Shades of Deep Koamaru #312D71

Tints of Deep Koamaru #312D71

Color information

#312D71 (or 0x312D71) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2D and 71. RGB value is (49,45,113). Sum of RGB (Red+Green+Blue) = 49+45+113=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #312D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D71 is #CED28E. Grayscale: #353535. Windows color (decimal): -13554319 or 7417137. OLE color: 7417137.

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

Color convert

RGB4945113-
CMYK0.570.6000.56
HSL243.53º43.04%30.98%-
HSV(B)243.53º60.18%44.31%-
XYZ5.193.7216.07-
YUV53.95161.33124.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=23.67%
G=21.74%
B=54.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49451130.570.6000.56243.5343.0430.98
Hex312D71393C038f42b1f
Octal615516171740703645337
Binary110001101101111000111100111110001110001111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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