Shades of Persian Indigo #29017F
Tints of Persian Indigo #29017F
RGB
CMYK
RGB Variations
Color information
#29017F (or 0x29017F) is known color: Persian Indigo. HEX triplet: 29, 01 and 7F. RGB value is (41,1,127). Sum of RGB (Red+Green+Blue) = 41+1+127=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #29017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29017F is #D6FE80. Grayscale: #1A1A1A. Windows color (decimal): -14089857 or 8323369. OLE color: 8323369.
HSL color Cylindrical-coordinate representation of color #29017F: hue angle of 259.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29017F is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 1 | 127 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.50 |
| HSL | 259.05º | 0.98% | 0.25% | - |
| HSV(B) | 259.05º | 0.99% | 0.5% | - |
| XYZ | 4.76 | 2.03 | 20.22 | - |
| YUV | 27.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 127 | 0.68 | 0.99 | 0 | 0.50 | 259.05 | 0.98 | 0.25 |
| Hex | 29 | 1 | 7F | 44 | 63 | 0 | 32 | 103 | 62 | 19 |
| Octal | 51 | 1 | 177 | 104 | 143 | 0 | 62 | 403 | 142 | 31 |
| Binary | 101001 | 1 | 1111111 | 1000100 | 1100011 | 0 | 110010 | 100000011 | 1100010 | 11001 |
Color Harmonies of #29017F
Complementary color
Monochromatic Colors of #29017F
Black with #29017F
Text Example
Text Example
White with #29017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29017F; }
p { color: rgb(41,1,127); }
H1.HeaderClassName
{
color: #29017F;
}
.AnyTagClassName
{
color: #29017F;
}
</style>
background-color css
<style>
a { background-color: #29017F; }
a { background-color: rgb(41,1,127); }
div.DivClassName
{
background-color: #29017F;
}
.BgClassName
{
background-color: #29017F;
}
</style>
border-color css
<style>
span { border-color: #29017F; }
span { border-color: rgb(41,1,127); }
td.TdClassName
{
border-color: #29017F;
}
.TagClassName
{
border-color: #29017F;
}
</style>