Shades of Persian Indigo #1D0178
Tints of Persian Indigo #1D0178
RGB
CMYK
RGB Variations
Color information
#1D0178 (or 0x1D0178) is known color: Persian Indigo. HEX triplet: 1D, 01 and 78. RGB value is (29,1,120). Sum of RGB (Red+Green+Blue) = 29+1+120=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 120 (47.27% from 255 or 80% from 150); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0178 is #E2FE87. Grayscale: #161616. Windows color (decimal): -14876296 or 7864605. OLE color: 7864605.
HSL color Cylindrical-coordinate representation of color #1D0178: hue angle of 254.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0178 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 1 | 120 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.53 |
| HSL | 254.12º | 0.98% | 0.24% | - |
| HSV(B) | 254.12º | 0.99% | 0.47% | - |
| XYZ | 3.91 | 1.64 | 17.88 | - |
| YUV | 22.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 120 | 0.76 | 0.99 | 0 | 0.53 | 254.12 | 0.98 | 0.24 |
| Hex | 1D | 1 | 78 | 4C | 63 | 0 | 35 | FE | 62 | 18 |
| Octal | 35 | 1 | 170 | 114 | 143 | 0 | 65 | 376 | 142 | 30 |
| Binary | 11101 | 1 | 1111000 | 1001100 | 1100011 | 0 | 110101 | 11111110 | 1100010 | 11000 |
Color Harmonies of #1D0178
Complementary color
Monochromatic Colors of #1D0178
Black with #1D0178
Text Example
Text Example
White with #1D0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0178; }
p { color: rgb(29,1,120); }
H1.HeaderClassName
{
color: #1D0178;
}
.AnyTagClassName
{
color: #1D0178;
}
</style>
background-color css
<style>
a { background-color: #1D0178; }
a { background-color: rgb(29,1,120); }
div.DivClassName
{
background-color: #1D0178;
}
.BgClassName
{
background-color: #1D0178;
}
</style>
border-color css
<style>
span { border-color: #1D0178; }
span { border-color: rgb(29,1,120); }
td.TdClassName
{
border-color: #1D0178;
}
.TagClassName
{
border-color: #1D0178;
}
</style>