#32316D

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

Shades of Deep Koamaru #32316D

Tints of Deep Koamaru #32316D

Color information

#32316D (or 0x32316D) is unknown color: approx Deep Koamaru. HEX triplet: 32, 31 and 6D. RGB value is (50,49,109). Sum of RGB (Red+Green+Blue) = 50+49+109=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #32316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32316D is #CDCE92. Grayscale: #373737. Windows color (decimal): -13487763 or 7156018. OLE color: 7156018.

HSL color Cylindrical-coordinate representation of color #32316D: hue angle of 241º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32316D is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5049109-
CMYK0.540.5500.57
HSL241º37.97%30.98%-
HSV(B)241º55.05%42.75%-
XYZ5.173.9814.96-
YUV56.14157.83123.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=24.04%
G=23.56%
B=52.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50491090.540.5500.5724137.9730.98
Hex32316D3637039f1261f
Octal626115566670713614637
Binary110010110001110110111011011011101110011111000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32316D; }

 p { color: rgb(50,49,109); }

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

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

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

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

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

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

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