Shades of Persian Indigo #1D026C
Tints of Persian Indigo #1D026C
RGB
CMYK
RGB Variations
Color information
#1D026C (or 0x1D026C) is known color: Persian Indigo. HEX triplet: 1D, 02 and 6C. RGB value is (29,2,108). Sum of RGB (Red+Green+Blue) = 29+2+108=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D026C is #E2FD93. Grayscale: #151515. Windows color (decimal): -14876052 or 7078429. OLE color: 7078429.
HSL color Cylindrical-coordinate representation of color #1D026C: hue angle of 255.28º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D026C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 2 | 108 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.58 |
| HSL | 255.28º | 0.96% | 0.22% | - |
| HSV(B) | 255.28º | 0.98% | 0.42% | - |
| XYZ | 3.24 | 1.39 | 14.28 | - |
| YUV | 22.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 108 | 0.73 | 0.98 | 0 | 0.58 | 255.28 | 0.96 | 0.22 |
| Hex | 1D | 2 | 6C | 49 | 62 | 0 | 3A | FF | 60 | 16 |
| Octal | 35 | 2 | 154 | 111 | 142 | 0 | 72 | 377 | 140 | 26 |
| Binary | 11101 | 10 | 1101100 | 1001001 | 1100010 | 0 | 111010 | 11111111 | 1100000 | 10110 |
Color Harmonies of #1D026C
Complementary color
Monochromatic Colors of #1D026C
Black with #1D026C
Text Example
Text Example
White with #1D026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D026C; }
p { color: rgb(29,2,108); }
H1.HeaderClassName
{
color: #1D026C;
}
.AnyTagClassName
{
color: #1D026C;
}
</style>
background-color css
<style>
a { background-color: #1D026C; }
a { background-color: rgb(29,2,108); }
div.DivClassName
{
background-color: #1D026C;
}
.BgClassName
{
background-color: #1D026C;
}
</style>
border-color css
<style>
span { border-color: #1D026C; }
span { border-color: rgb(29,2,108); }
td.TdClassName
{
border-color: #1D026C;
}
.TagClassName
{
border-color: #1D026C;
}
</style>