Html Css Color HEX #29276D Deep Koamaru

📋 copy color: '#29276D'

red 41 ◦ green 39 ◦ blue 109

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

Shades of Deep Koamaru #29276D

Tints of Deep Koamaru #29276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 21.69%
G = 20.63%
B = 57.67%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29276D (or 0x29276D) is known color: Deep Koamaru. HEX triplet: 29, 27 and 6D. RGB value is (41,39,109). Sum of RGB (Red+Green+Blue) = 41+39+109=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #29276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29276D is #D6D892. Grayscale: #2F2F2F. Windows color (decimal): -14080147 or 7153449. OLE color: 7153449.

HSL color Cylindrical-coordinate representation of color #29276D: hue angle of 241.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29276D is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 39 109 -
CMYK 0.62 0.64 0 0.57
HSL 241.71º 0.47% 0.29% -
HSV(B) 241.71º 0.64% 0.43% -
XYZ 4.4 3.03 14.82 -
YUV 47.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 41 39 109 0.62 0.64 0 0.57 241.71 0.47 0.29
Hex 29 27 6D 3E 40 0 39 F2 2F 1D
Octal 51 47 155 76 100 0 71 362 57 35
Binary 101001 100111 1101101 111110 1000000 0 111001 11110010 101111 11101

Color Harmonies of #29276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29276D

Black with #29276D

Text Example


Text Example

White with #29276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,39,109); }

 H1.HeaderClassName
 {
   color: #29276D;
 }
 .AnyTagClassName
 {
   color: #29276D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,39,109); }

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

border-color css

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

 span { border-color: rgb(41,39,109); }

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