Html Css Color HEX #29006F Persian Indigo

📋 copy color: '#29006F'

red 41 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #29006F

Tints of Persian Indigo #29006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.97%
G = 0%
B = 73.03%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29006F (or 0x29006F) is known color: Persian Indigo. HEX triplet: 29, 00 and 6F. RGB value is (41,0,111). Sum of RGB (Red+Green+Blue) = 41+0+111=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #29006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29006F is #D6FF90. Grayscale: #181818. Windows color (decimal): -14090129 or 7274537. OLE color: 7274537.

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

Color convert

RGB 41 0 111 -
CMYK 0.63 1 0 0.56
HSL 262.16º 1% 0.22% -
HSV(B) 262.16º 1% 0.44% -
XYZ 3.78 1.62 15.15 -
YUV 24.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 41 0 111 0.63 1 0 0.56 262.16 1 0.22
Hex 29 0 6F 3F 64 0 38 106 64 16
Octal 51 0 157 77 144 0 70 406 144 26
Binary 101001 0 1101111 111111 1100100 0 111000 100000110 1100100 10110

Color Harmonies of #29006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29006F

Black with #29006F

Text Example


Text Example

White with #29006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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