#312A79

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

Shades of Deep Koamaru #312A79

Tints of Deep Koamaru #312A79

Color information

#312A79 (or 0x312A79) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2A and 79. RGB value is (49,42,121). Sum of RGB (Red+Green+Blue) = 49+42+121=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #312A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A79 is #CED586. Grayscale: #343434. Windows color (decimal): -13555079 or 7940657. OLE color: 7940657.

HSL color Cylindrical-coordinate representation of color #312A79: hue angle of 245.32º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312A79 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4942121-
CMYK0.600.6500.53
HSL245.32º48.47%31.96%-
HSV(B)245.32º65.29%47.45%-
XYZ5.553.6918.51-
YUV53.1166.32125.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 121 (47.66% from 255) = 57.08%
R=23.11%
G=19.81%
B=57.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49421210.600.6500.53245.3248.4731.96
Hex312A793C41035f53020
Octal6152171741010653656040
Binary11000110101011110011111001000001011010111110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,121); }

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

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

 a { background-color: rgb(49,42,121); }

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

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

 span { border-color: rgb(49,42,121); }

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