Shades of Persian Indigo #1D016E
Tints of Persian Indigo #1D016E
RGB
CMYK
RGB Variations
Color information
#1D016E (or 0x1D016E) is known color: Persian Indigo. HEX triplet: 1D, 01 and 6E. RGB value is (29,1,110). Sum of RGB (Red+Green+Blue) = 29+1+110=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 110 (43.36% from 255 or 78.57% from 140); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D016E is #E2FE91. Grayscale: #151515. Windows color (decimal): -14876306 or 7209245. OLE color: 7209245.
HSL color Cylindrical-coordinate representation of color #1D016E: hue angle of 255.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D016E is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 1 | 110 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.57 |
| HSL | 255.41º | 0.98% | 0.22% | - |
| HSV(B) | 255.41º | 0.99% | 0.43% | - |
| XYZ | 3.33 | 1.41 | 14.85 | - |
| YUV | 21.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 110 | 0.74 | 0.99 | 0 | 0.57 | 255.41 | 0.98 | 0.22 |
| Hex | 1D | 1 | 6E | 4A | 63 | 0 | 39 | FF | 62 | 16 |
| Octal | 35 | 1 | 156 | 112 | 143 | 0 | 71 | 377 | 142 | 26 |
| Binary | 11101 | 1 | 1101110 | 1001010 | 1100011 | 0 | 111001 | 11111111 | 1100010 | 10110 |
Color Harmonies of #1D016E
Complementary color
Monochromatic Colors of #1D016E
Black with #1D016E
Text Example
Text Example
White with #1D016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D016E; }
p { color: rgb(29,1,110); }
H1.HeaderClassName
{
color: #1D016E;
}
.AnyTagClassName
{
color: #1D016E;
}
</style>
background-color css
<style>
a { background-color: #1D016E; }
a { background-color: rgb(29,1,110); }
div.DivClassName
{
background-color: #1D016E;
}
.BgClassName
{
background-color: #1D016E;
}
</style>
border-color css
<style>
span { border-color: #1D016E; }
span { border-color: rgb(29,1,110); }
td.TdClassName
{
border-color: #1D016E;
}
.TagClassName
{
border-color: #1D016E;
}
</style>