#313075

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

Shades of Deep Koamaru #313075

Tints of Deep Koamaru #313075

Color information

#313075 (or 0x313075) is unknown color: approx Deep Koamaru. HEX triplet: 31, 30 and 75. RGB value is (49,48,117). Sum of RGB (Red+Green+Blue) = 49+48+117=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #313075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313075 is #CECF8A. Grayscale: #373737. Windows color (decimal): -13553547 or 7680049. OLE color: 7680049.

HSL color Cylindrical-coordinate representation of color #313075: hue angle of 240.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313075 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4948117-
CMYK0.580.5900.54
HSL240.87º41.82%32.35%-
HSV(B)240.87º58.97%45.88%-
XYZ5.534.0517.32-
YUV56.16162.33122.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=22.90%
G=22.43%
B=54.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49481170.580.5900.54240.8741.8232.35
Hex3130753A3B036f12a20
Octal616016572730663615240
Binary1100011100001110101111010111011011011011110001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313075; }

 p { color: rgb(49,48,117); }

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

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

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

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

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

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

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