Shades of Persian Indigo #1D006E
Tints of Persian Indigo #1D006E
RGB
CMYK
RGB Variations
Color information
#1D006E (or 0x1D006E) is known color: Persian Indigo. HEX triplet: 1D, 00 and 6E. RGB value is (29,0,110). Sum of RGB (Red+Green+Blue) = 29+0+110=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D006E is #E2FF91. Grayscale: #141414. Windows color (decimal): -14876562 or 7208989. OLE color: 7208989.
HSL color Cylindrical-coordinate representation of color #1D006E: hue angle of 255.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D006E is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 0 | 110 | - |
| CMYK | 0.74 | 1 | 0 | 0.57 |
| HSL | 255.82º | 1% | 0.22% | - |
| HSV(B) | 255.82º | 1% | 0.43% | - |
| XYZ | 3.32 | 1.39 | 14.84 | - |
| YUV | 21.21 | 178.11 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 110 | 0.74 | 1 | 0 | 0.57 | 255.82 | 1 | 0.22 |
| Hex | 1D | 0 | 6E | 4A | 64 | 0 | 39 | 100 | 64 | 16 |
| Octal | 35 | 0 | 156 | 112 | 144 | 0 | 71 | 400 | 144 | 26 |
| Binary | 11101 | 0 | 1101110 | 1001010 | 1100100 | 0 | 111001 | 100000000 | 1100100 | 10110 |
Color Harmonies of #1D006E
Complementary color
Monochromatic Colors of #1D006E
Black with #1D006E
Text Example
Text Example
White with #1D006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D006E; }
p { color: rgb(29,0,110); }
H1.HeaderClassName
{
color: #1D006E;
}
.AnyTagClassName
{
color: #1D006E;
}
</style>
background-color css
<style>
a { background-color: #1D006E; }
a { background-color: rgb(29,0,110); }
div.DivClassName
{
background-color: #1D006E;
}
.BgClassName
{
background-color: #1D006E;
}
</style>
border-color css
<style>
span { border-color: #1D006E; }
span { border-color: rgb(29,0,110); }
td.TdClassName
{
border-color: #1D006E;
}
.TagClassName
{
border-color: #1D006E;
}
</style>