Html Css Color HEX #29276E Deep Koamaru

📋 copy color: '#29276E'

red 41 ◦ green 39 ◦ blue 110

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

Shades of Deep Koamaru #29276E

Tints of Deep Koamaru #29276E

RGB

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

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

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

R = 21.58%
G = 20.53%
B = 57.89%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29276E (or 0x29276E) is known color: Deep Koamaru. HEX triplet: 29, 27 and 6E. RGB value is (41,39,110). Sum of RGB (Red+Green+Blue) = 41+39+110=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #29276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29276E is #D6D891. Grayscale: #2F2F2F. Windows color (decimal): -14080146 or 7218985. OLE color: 7218985.

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

Color convert

RGB 41 39 110 -
CMYK 0.63 0.65 0 0.57
HSL 241.69º 0.48% 0.29% -
HSV(B) 241.69º 0.65% 0.43% -
XYZ 4.45 3.05 15.11 -
YUV 47.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 41 39 110 0.63 0.65 0 0.57 241.69 0.48 0.29
Hex 29 27 6E 3F 41 0 39 F2 30 1D
Octal 51 47 156 77 101 0 71 362 60 35
Binary 101001 100111 1101110 111111 1000001 0 111001 11110010 110000 11101

Color Harmonies of #29276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29276E

Black with #29276E

Text Example


Text Example

White with #29276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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