Shades of Persian Indigo #1D005F
Tints of Persian Indigo #1D005F
RGB
CMYK
RGB Variations
Color information
#1D005F (or 0x1D005F) is known color: Persian Indigo. HEX triplet: 1D, 00 and 5F. RGB value is (29,0,95). Sum of RGB (Red+Green+Blue) = 29+0+95=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 95 (37.5% from 255 or 76.61% from 124); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D005F is #E2FFA0. Grayscale: #131313. Windows color (decimal): -14876577 or 6225949. OLE color: 6225949.
HSL color Cylindrical-coordinate representation of color #1D005F: hue angle of 258.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D005F is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 0 | 95 | - |
| CMYK | 0.69 | 1 | 0 | 0.63 |
| HSL | 258.32º | 1% | 0.19% | - |
| HSV(B) | 258.32º | 1% | 0.37% | - |
| XYZ | 2.57 | 1.09 | 10.9 | - |
| YUV | 19.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 95 | 0.69 | 1 | 0 | 0.63 | 258.32 | 1 | 0.19 |
| Hex | 1D | 0 | 5F | 45 | 64 | 0 | 3F | 102 | 64 | 13 |
| Octal | 35 | 0 | 137 | 105 | 144 | 0 | 77 | 402 | 144 | 23 |
| Binary | 11101 | 0 | 1011111 | 1000101 | 1100100 | 0 | 111111 | 100000010 | 1100100 | 10011 |
Color Harmonies of #1D005F
Complementary color
Monochromatic Colors of #1D005F
Black with #1D005F
Text Example
Text Example
White with #1D005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D005F; }
p { color: rgb(29,0,95); }
H1.HeaderClassName
{
color: #1D005F;
}
.AnyTagClassName
{
color: #1D005F;
}
</style>
background-color css
<style>
a { background-color: #1D005F; }
a { background-color: rgb(29,0,95); }
div.DivClassName
{
background-color: #1D005F;
}
.BgClassName
{
background-color: #1D005F;
}
</style>
border-color css
<style>
span { border-color: #1D005F; }
span { border-color: rgb(29,0,95); }
td.TdClassName
{
border-color: #1D005F;
}
.TagClassName
{
border-color: #1D005F;
}
</style>