Html Css Color HEX #29316E Deep Koamaru

📋 copy color: '#29316E'

red 41 ◦ green 49 ◦ blue 110

#29316E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #29316E

Tints of Deep Koamaru #29316E

RGB

 RED value IS 41 (16.41% from 255) = 20.5%

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 110 (43.36% from 255) = 55%

R = 20.5%
G = 24.5%
B = 55%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29316E (or 0x29316E) is known color: Deep Koamaru. HEX triplet: 29, 31 and 6E. RGB value is (41,49,110). Sum of RGB (Red+Green+Blue) = 41+49+110=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #29316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29316E is #D6CE91. Grayscale: #353535. Windows color (decimal): -14077586 or 7221545. OLE color: 7221545.

HSL color Cylindrical-coordinate representation of color #29316E: hue angle of 233.04º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29316E is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 49 110 -
CMYK 0.63 0.55 0 0.57
HSL 233.04º 0.46% 0.3% -
HSV(B) 233.04º 0.63% 0.43% -
XYZ 4.83 3.79 15.23 -
YUV 53.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 41 49 110 0.63 0.55 0 0.57 233.04 0.46 0.3
Hex 29 31 6E 3F 37 0 39 E9 2E 1E
Octal 51 61 156 77 67 0 71 351 56 36
Binary 101001 110001 1101110 111111 110111 0 111001 11101001 101110 11110

Color Harmonies of #29316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29316E

Black with #29316E

Text Example


Text Example

White with #29316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29316E;
 }
 .AnyTagClassName
 {
   color: #29316E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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