#31315E

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

Shades of Deep Koamaru #31315E

Tints of Deep Koamaru #31315E

Color information

#31315E (or 0x31315E) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 5E. RGB value is (49,49,94). Sum of RGB (Red+Green+Blue) = 49+49+94=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #31315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31315E is #CECEA1. Grayscale: #353535. Windows color (decimal): -13553314 or 6172977. OLE color: 6172977.

HSL color Cylindrical-coordinate representation of color #31315E: hue angle of 240º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31315E is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB494994-
CMYK0.480.4800.63
HSL240º31.47%28.04%-
HSV(B)240º47.87%36.86%-
XYZ4.393.6611.06-
YUV54.13150.5124.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=25.52%
G=25.52%
B=48.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4949940.480.4800.6324031.4728.04
Hex31315E303003Ff01f1c
Octal616113660600773603734
Binary11000111000110111101100001100000111111111100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31315E; }

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

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

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

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

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

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

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

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