#313161

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

Shades of Deep Koamaru #313161

Tints of Deep Koamaru #313161

Color information

#313161 (or 0x313161) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 61. RGB value is (49,49,97). Sum of RGB (Red+Green+Blue) = 49+49+97=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #313161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313161 is #CECE9E. Grayscale: #363636. Windows color (decimal): -13553311 or 6369585. OLE color: 6369585.

HSL color Cylindrical-coordinate representation of color #313161: hue angle of 240º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313161 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB494997-
CMYK0.490.4900.62
HSL240º32.88%28.63%-
HSV(B)240º49.48%38.04%-
XYZ4.523.7111.79-
YUV54.47152124.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=25.13%
G=25.13%
B=49.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4949970.490.4900.6224032.8828.63
Hex313161313103Ef0211d
Octal616114161610763604135
Binary110001110001110000111000111000101111101111000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313161; }

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

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

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

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

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

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

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

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