#312B79

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

Shades of Deep Koamaru #312B79

Tints of Deep Koamaru #312B79

Color information

#312B79 (or 0x312B79) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2B and 79. RGB value is (49,43,121). Sum of RGB (Red+Green+Blue) = 49+43+121=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #312B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B79 is #CED486. Grayscale: #353535. Windows color (decimal): -13554823 or 7940913. OLE color: 7940913.

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

Color convert

RGB4943121-
CMYK0.600.6400.53
HSL244.62º47.56%32.16%-
HSV(B)244.62º64.46%47.45%-
XYZ5.583.7618.52-
YUV53.69165.99124.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 121 (47.66% from 255) = 56.81%
R=23.00%
G=20.19%
B=56.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49431210.600.6400.53244.6247.5632.16
Hex312B793C40035f53020
Octal6153171741000653656040
Binary11000110101111110011111001000000011010111110101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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