Shades of Persian Indigo #1D0176
Tints of Persian Indigo #1D0176
RGB
CMYK
RGB Variations
Color information
#1D0176 (or 0x1D0176) is known color: Persian Indigo. HEX triplet: 1D, 01 and 76. RGB value is (29,1,118). Sum of RGB (Red+Green+Blue) = 29+1+118=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 118 (46.48% from 255 or 79.73% from 148); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0176 is #E2FE89. Grayscale: #161616. Windows color (decimal): -14876298 or 7733533. OLE color: 7733533.
HSL color Cylindrical-coordinate representation of color #1D0176: hue angle of 254.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0176 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 1 | 118 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.54 |
| HSL | 254.36º | 0.98% | 0.23% | - |
| HSV(B) | 254.36º | 0.99% | 0.46% | - |
| XYZ | 3.79 | 1.59 | 17.25 | - |
| YUV | 22.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 118 | 0.75 | 0.99 | 0 | 0.54 | 254.36 | 0.98 | 0.23 |
| Hex | 1D | 1 | 76 | 4B | 63 | 0 | 36 | FE | 62 | 17 |
| Octal | 35 | 1 | 166 | 113 | 143 | 0 | 66 | 376 | 142 | 27 |
| Binary | 11101 | 1 | 1110110 | 1001011 | 1100011 | 0 | 110110 | 11111110 | 1100010 | 10111 |
Color Harmonies of #1D0176
Complementary color
Monochromatic Colors of #1D0176
Black with #1D0176
Text Example
Text Example
White with #1D0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0176; }
p { color: rgb(29,1,118); }
H1.HeaderClassName
{
color: #1D0176;
}
.AnyTagClassName
{
color: #1D0176;
}
</style>
background-color css
<style>
a { background-color: #1D0176; }
a { background-color: rgb(29,1,118); }
div.DivClassName
{
background-color: #1D0176;
}
.BgClassName
{
background-color: #1D0176;
}
</style>
border-color css
<style>
span { border-color: #1D0176; }
span { border-color: rgb(29,1,118); }
td.TdClassName
{
border-color: #1D0176;
}
.TagClassName
{
border-color: #1D0176;
}
</style>