#29316C

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

Shades of Deep Koamaru #29316C

Tints of Deep Koamaru #29316C

Color information

#29316C (or 0x29316C) is unknown color: approx Deep Koamaru. HEX triplet: 29, 31 and 6C. RGB value is (41,49,108). Sum of RGB (Red+Green+Blue) = 41+49+108=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #29316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29316C is #D6CE93. Grayscale: #353535. Windows color (decimal): -14077588 or 7090473. OLE color: 7090473.

HSL color Cylindrical-coordinate representation of color #29316C: hue angle of 232.84º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29316C is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4149108-
CMYK0.620.5500.58
HSL232.84º44.97%29.22%-
HSV(B)232.84º62.04%42.35%-
XYZ4.723.7514.66-
YUV53.33158.85119.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.71%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 108 (42.58% from 255) = 54.55%
R=20.71%
G=24.75%
B=54.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41491080.620.5500.58232.8444.9729.22
Hex29316C3E3703Ae92d1d
Octal516115476670723515535
Binary101001110001110110011111011011101110101110100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29316C; }

 p { color: rgb(41,49,108); }

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

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

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

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

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

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

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