Shades of Persian Indigo #1D0166
Tints of Persian Indigo #1D0166
RGB
CMYK
RGB Variations
Color information
#1D0166 (or 0x1D0166) is known color: Persian Indigo. HEX triplet: 1D, 01 and 66. RGB value is (29,1,102). Sum of RGB (Red+Green+Blue) = 29+1+102=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0166 is #E2FE99. Grayscale: #141414. Windows color (decimal): -14876314 or 6684957. OLE color: 6684957.
HSL color Cylindrical-coordinate representation of color #1D0166: hue angle of 256.63º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0166 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 1 | 102 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.6 |
| HSL | 256.63º | 0.98% | 0.2% | - |
| HSV(B) | 256.63º | 0.99% | 0.4% | - |
| XYZ | 2.92 | 1.24 | 12.66 | - |
| YUV | 20.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 102 | 0.72 | 0.99 | 0 | 0.6 | 256.63 | 0.98 | 0.2 |
| Hex | 1D | 1 | 66 | 48 | 63 | 0 | 3C | 101 | 62 | 14 |
| Octal | 35 | 1 | 146 | 110 | 143 | 0 | 74 | 401 | 142 | 24 |
| Binary | 11101 | 1 | 1100110 | 1001000 | 1100011 | 0 | 111100 | 100000001 | 1100010 | 10100 |
Color Harmonies of #1D0166
Complementary color
Monochromatic Colors of #1D0166
Black with #1D0166
Text Example
Text Example
White with #1D0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0166; }
p { color: rgb(29,1,102); }
H1.HeaderClassName
{
color: #1D0166;
}
.AnyTagClassName
{
color: #1D0166;
}
</style>
background-color css
<style>
a { background-color: #1D0166; }
a { background-color: rgb(29,1,102); }
div.DivClassName
{
background-color: #1D0166;
}
.BgClassName
{
background-color: #1D0166;
}
</style>
border-color css
<style>
span { border-color: #1D0166; }
span { border-color: rgb(29,1,102); }
td.TdClassName
{
border-color: #1D0166;
}
.TagClassName
{
border-color: #1D0166;
}
</style>