Shades of Persian Indigo #1D0076
Tints of Persian Indigo #1D0076
RGB
CMYK
RGB Variations
Color information
#1D0076 (or 0x1D0076) is known color: Persian Indigo. HEX triplet: 1D, 00 and 76. RGB value is (29,0,118). Sum of RGB (Red+Green+Blue) = 29+0+118=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 118 (46.48% from 255 or 80.27% from 147); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D0076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0076 is #E2FF89. Grayscale: #151515. Windows color (decimal): -14876554 or 7733277. OLE color: 7733277.
HSL color Cylindrical-coordinate representation of color #1D0076: hue angle of 254.75º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0076 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 0 | 118 | - |
| CMYK | 0.75 | 1 | 0 | 0.54 |
| HSL | 254.75º | 1% | 0.23% | - |
| HSV(B) | 254.75º | 1% | 0.46% | - |
| XYZ | 3.78 | 1.57 | 17.24 | - |
| YUV | 22.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 118 | 0.75 | 1 | 0 | 0.54 | 254.75 | 1 | 0.23 |
| Hex | 1D | 0 | 76 | 4B | 64 | 0 | 36 | FF | 64 | 17 |
| Octal | 35 | 0 | 166 | 113 | 144 | 0 | 66 | 377 | 144 | 27 |
| Binary | 11101 | 0 | 1110110 | 1001011 | 1100100 | 0 | 110110 | 11111111 | 1100100 | 10111 |
Color Harmonies of #1D0076
Complementary color
Monochromatic Colors of #1D0076
Black with #1D0076
Text Example
Text Example
White with #1D0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0076; }
p { color: rgb(29,0,118); }
H1.HeaderClassName
{
color: #1D0076;
}
.AnyTagClassName
{
color: #1D0076;
}
</style>
background-color css
<style>
a { background-color: #1D0076; }
a { background-color: rgb(29,0,118); }
div.DivClassName
{
background-color: #1D0076;
}
.BgClassName
{
background-color: #1D0076;
}
</style>
border-color css
<style>
span { border-color: #1D0076; }
span { border-color: rgb(29,0,118); }
td.TdClassName
{
border-color: #1D0076;
}
.TagClassName
{
border-color: #1D0076;
}
</style>