Shades of Persian Indigo #1D0379
Tints of Persian Indigo #1D0379
RGB
CMYK
RGB Variations
Color information
#1D0379 (or 0x1D0379) is known color: Persian Indigo. HEX triplet: 1D, 03 and 79. RGB value is (29,3,121). Sum of RGB (Red+Green+Blue) = 29+3+121=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D0379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0379 is #E2FC86. Grayscale: #171717. Windows color (decimal): -14875783 or 7930653. OLE color: 7930653.
HSL color Cylindrical-coordinate representation of color #1D0379: hue angle of 253.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0379 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 3 | 121 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.53 |
| HSL | 253.22º | 0.95% | 0.24% | - |
| HSV(B) | 253.22º | 0.98% | 0.47% | - |
| XYZ | 3.99 | 1.71 | 18.21 | - |
| YUV | 24.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 121 | 0.76 | 0.98 | 0 | 0.53 | 253.22 | 0.95 | 0.24 |
| Hex | 1D | 3 | 79 | 4C | 62 | 0 | 35 | FD | 5F | 18 |
| Octal | 35 | 3 | 171 | 114 | 142 | 0 | 65 | 375 | 137 | 30 |
| Binary | 11101 | 11 | 1111001 | 1001100 | 1100010 | 0 | 110101 | 11111101 | 1011111 | 11000 |
Color Harmonies of #1D0379
Complementary color
Monochromatic Colors of #1D0379
Black with #1D0379
Text Example
Text Example
White with #1D0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0379; }
p { color: rgb(29,3,121); }
H1.HeaderClassName
{
color: #1D0379;
}
.AnyTagClassName
{
color: #1D0379;
}
</style>
background-color css
<style>
a { background-color: #1D0379; }
a { background-color: rgb(29,3,121); }
div.DivClassName
{
background-color: #1D0379;
}
.BgClassName
{
background-color: #1D0379;
}
</style>
border-color css
<style>
span { border-color: #1D0379; }
span { border-color: rgb(29,3,121); }
td.TdClassName
{
border-color: #1D0379;
}
.TagClassName
{
border-color: #1D0379;
}
</style>