Html Css Color HEX #29276F Deep Koamaru

📋 copy color: '#29276F'

red 41 ◦ green 39 ◦ blue 111

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

Shades of Deep Koamaru #29276F

Tints of Deep Koamaru #29276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 21.47%
G = 20.42%
B = 58.12%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29276F (or 0x29276F) is known color: Deep Koamaru. HEX triplet: 29, 27 and 6F. RGB value is (41,39,111). Sum of RGB (Red+Green+Blue) = 41+39+111=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #29276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29276F is #D6D890. Grayscale: #2F2F2F. Windows color (decimal): -14080145 or 7284521. OLE color: 7284521.

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

Color convert

RGB 41 39 111 -
CMYK 0.63 0.65 0 0.56
HSL 241.67º 0.48% 0.29% -
HSV(B) 241.67º 0.65% 0.44% -
XYZ 4.51 3.07 15.39 -
YUV 47.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 41 39 111 0.63 0.65 0 0.56 241.67 0.48 0.29
Hex 29 27 6F 3F 41 0 38 F2 30 1D
Octal 51 47 157 77 101 0 70 362 60 35
Binary 101001 100111 1101111 111111 1000001 0 111000 11110010 110000 11101

Color Harmonies of #29276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29276F

Black with #29276F

Text Example


Text Example

White with #29276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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