#313171

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

Shades of Deep Koamaru #313171

Tints of Deep Koamaru #313171

Color information

#313171 (or 0x313171) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 71. RGB value is (49,49,113). Sum of RGB (Red+Green+Blue) = 49+49+113=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #313171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313171 is #CECE8E. Grayscale: #383838. Windows color (decimal): -13553295 or 7418161. OLE color: 7418161.

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

Color convert

RGB4949113-
CMYK0.570.5700.56
HSL240º39.51%31.76%-
HSV(B)240º56.64%44.31%-
XYZ5.354.0416.12-
YUV56.3160122.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=23.22%
G=23.22%
B=53.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49491130.570.5700.5624039.5131.76
Hex3131713939038f02820
Octal616116171710703605040
Binary1100011100011110001111001111001011100011110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313171; }

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

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

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

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

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

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

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

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