#312972

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

Shades of Deep Koamaru #312972

Tints of Deep Koamaru #312972

Color information

#312972 (or 0x312972) is unknown color: approx Deep Koamaru. HEX triplet: 31, 29 and 72. RGB value is (49,41,114). Sum of RGB (Red+Green+Blue) = 49+41+114=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #312972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312972 is #CED68D. Grayscale: #333333. Windows color (decimal): -13555342 or 7481649. OLE color: 7481649.

HSL color Cylindrical-coordinate representation of color #312972: hue angle of 246.58º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #312972 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4941114-
CMYK0.570.6400.55
HSL246.58º47.1%30.39%-
HSV(B)246.58º64.04%44.71%-
XYZ5.13.4516.32-
YUV51.71163.15126.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=24.02%
G=20.10%
B=55.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49411140.570.6400.55246.5847.130.39
Hex3129723940037f72f1e
Octal6151162711000673675736
Binary1100011010011110010111001100000001101111111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312972; }

 p { color: rgb(49,41,114); }

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

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

 a { background-color: rgb(49,41,114); }

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

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

 span { border-color: rgb(49,41,114); }

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