Shades of Persian Indigo #1D027A
Tints of Persian Indigo #1D027A
RGB
CMYK
RGB Variations
Color information
#1D027A (or 0x1D027A) is known color: Persian Indigo. HEX triplet: 1D, 02 and 7A. RGB value is (29,2,122). Sum of RGB (Red+Green+Blue) = 29+2+122=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D027A is #E2FD85. Grayscale: #171717. Windows color (decimal): -14876038 or 7995933. OLE color: 7995933.
HSL color Cylindrical-coordinate representation of color #1D027A: hue angle of 253.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D027A is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 2 | 122 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.52 |
| HSL | 253.5º | 0.97% | 0.24% | - |
| HSV(B) | 253.5º | 0.98% | 0.48% | - |
| XYZ | 4.04 | 1.71 | 18.53 | - |
| YUV | 23.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 122 | 0.76 | 0.98 | 0 | 0.52 | 253.5 | 0.97 | 0.24 |
| Hex | 1D | 2 | 7A | 4C | 62 | 0 | 34 | FE | 61 | 18 |
| Octal | 35 | 2 | 172 | 114 | 142 | 0 | 64 | 376 | 141 | 30 |
| Binary | 11101 | 10 | 1111010 | 1001100 | 1100010 | 0 | 110100 | 11111110 | 1100001 | 11000 |
Color Harmonies of #1D027A
Complementary color
Monochromatic Colors of #1D027A
Black with #1D027A
Text Example
Text Example
White with #1D027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D027A; }
p { color: rgb(29,2,122); }
H1.HeaderClassName
{
color: #1D027A;
}
.AnyTagClassName
{
color: #1D027A;
}
</style>
background-color css
<style>
a { background-color: #1D027A; }
a { background-color: rgb(29,2,122); }
div.DivClassName
{
background-color: #1D027A;
}
.BgClassName
{
background-color: #1D027A;
}
</style>
border-color css
<style>
span { border-color: #1D027A; }
span { border-color: rgb(29,2,122); }
td.TdClassName
{
border-color: #1D027A;
}
.TagClassName
{
border-color: #1D027A;
}
</style>