Shades of Persian Indigo #1D0377
Tints of Persian Indigo #1D0377
RGB
CMYK
RGB Variations
Color information
#1D0377 (or 0x1D0377) is known color: Persian Indigo. HEX triplet: 1D, 03 and 77. RGB value is (29,3,119). Sum of RGB (Red+Green+Blue) = 29+3+119=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0377 is #E2FC88. Grayscale: #171717. Windows color (decimal): -14875785 or 7799581. OLE color: 7799581.
HSL color Cylindrical-coordinate representation of color #1D0377: hue angle of 253.45º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0377 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 3 | 119 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.53 |
| HSL | 253.45º | 0.95% | 0.24% | - |
| HSV(B) | 253.45º | 0.97% | 0.47% | - |
| XYZ | 3.87 | 1.66 | 17.57 | - |
| YUV | 24 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 119 | 0.76 | 0.97 | 0 | 0.53 | 253.45 | 0.95 | 0.24 |
| Hex | 1D | 3 | 77 | 4C | 61 | 0 | 35 | FD | 5F | 18 |
| Octal | 35 | 3 | 167 | 114 | 141 | 0 | 65 | 375 | 137 | 30 |
| Binary | 11101 | 11 | 1110111 | 1001100 | 1100001 | 0 | 110101 | 11111101 | 1011111 | 11000 |
Color Harmonies of #1D0377
Complementary color
Monochromatic Colors of #1D0377
Black with #1D0377
Text Example
Text Example
White with #1D0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0377; }
p { color: rgb(29,3,119); }
H1.HeaderClassName
{
color: #1D0377;
}
.AnyTagClassName
{
color: #1D0377;
}
</style>
background-color css
<style>
a { background-color: #1D0377; }
a { background-color: rgb(29,3,119); }
div.DivClassName
{
background-color: #1D0377;
}
.BgClassName
{
background-color: #1D0377;
}
</style>
border-color css
<style>
span { border-color: #1D0377; }
span { border-color: rgb(29,3,119); }
td.TdClassName
{
border-color: #1D0377;
}
.TagClassName
{
border-color: #1D0377;
}
</style>