Html Css Color HEX #29286B Deep Koamaru

📋 copy color: '#29286B'

red 41 ◦ green 40 ◦ blue 107

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

Shades of Deep Koamaru #29286B

Tints of Deep Koamaru #29286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 21.81%
G = 21.28%
B = 56.91%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29286B (or 0x29286B) is known color: Deep Koamaru. HEX triplet: 29, 28 and 6B. RGB value is (41,40,107). Sum of RGB (Red+Green+Blue) = 41+40+107=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #29286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29286B is #D6D794. Grayscale: #2F2F2F. Windows color (decimal): -14079893 or 7022633. OLE color: 7022633.

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

Color convert

RGB 41 40 107 -
CMYK 0.62 0.63 0 0.58
HSL 240.9º 0.46% 0.29% -
HSV(B) 240.9º 0.63% 0.42% -
XYZ 4.33 3.05 14.27 -
YUV 47.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 41 40 107 0.62 0.63 0 0.58 240.9 0.46 0.29
Hex 29 28 6B 3E 3F 0 3A F1 2E 1D
Octal 51 50 153 76 77 0 72 361 56 35
Binary 101001 101000 1101011 111110 111111 0 111010 11110001 101110 11101

Color Harmonies of #29286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29286B

Black with #29286B

Text Example


Text Example

White with #29286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29286B; }

 p { color: rgb(41,40,107); }

 H1.HeaderClassName
 {
   color: #29286B;
 }
 .AnyTagClassName
 {
   color: #29286B;
 }
</style>

background-color css

<style>
 a { background-color: #29286B; }

 a { background-color: rgb(41,40,107); }

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

border-color css

<style>
 span { border-color: #29286B; }

 span { border-color: rgb(41,40,107); }

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