#312971

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

Shades of Deep Koamaru #312971

Tints of Deep Koamaru #312971

Color information

#312971 (or 0x312971) is unknown color: approx Deep Koamaru. HEX triplet: 31, 29 and 71. RGB value is (49,41,113). Sum of RGB (Red+Green+Blue) = 49+41+113=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #312971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312971 is #CED68E. Grayscale: #333333. Windows color (decimal): -13555343 or 7416113. OLE color: 7416113.

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

Color convert

RGB4941113-
CMYK0.570.6400.56
HSL246.67º46.75%30.2%-
HSV(B)246.67º63.72%44.31%-
XYZ5.043.4316.02-
YUV51.6162.65126.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=24.14%
G=20.20%
B=55.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49411130.570.6400.56246.6746.7530.2
Hex3129713940038f72f1e
Octal6151161711000703675736
Binary1100011010011110001111001100000001110001111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312971; }

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

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

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

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

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

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

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

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