Shades of Persian Indigo #1D005E
Tints of Persian Indigo #1D005E
RGB
CMYK
RGB Variations
Color information
#1D005E (or 0x1D005E) is known color: Persian Indigo. HEX triplet: 1D, 00 and 5E. RGB value is (29,0,94). Sum of RGB (Red+Green+Blue) = 29+0+94=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D005E is #E2FFA1. Grayscale: #131313. Windows color (decimal): -14876578 or 6160413. OLE color: 6160413.
HSL color Cylindrical-coordinate representation of color #1D005E: hue angle of 258.51º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D005E is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 0 | 94 | - |
| CMYK | 0.69 | 1 | 0 | 0.63 |
| HSL | 258.51º | 1% | 0.18% | - |
| HSV(B) | 258.51º | 1% | 0.37% | - |
| XYZ | 2.53 | 1.07 | 10.66 | - |
| YUV | 19.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 94 | 0.69 | 1 | 0 | 0.63 | 258.51 | 1 | 0.18 |
| Hex | 1D | 0 | 5E | 45 | 64 | 0 | 3F | 103 | 64 | 12 |
| Octal | 35 | 0 | 136 | 105 | 144 | 0 | 77 | 403 | 144 | 22 |
| Binary | 11101 | 0 | 1011110 | 1000101 | 1100100 | 0 | 111111 | 100000011 | 1100100 | 10010 |
Color Harmonies of #1D005E
Complementary color
Monochromatic Colors of #1D005E
Black with #1D005E
Text Example
Text Example
White with #1D005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D005E; }
p { color: rgb(29,0,94); }
H1.HeaderClassName
{
color: #1D005E;
}
.AnyTagClassName
{
color: #1D005E;
}
</style>
background-color css
<style>
a { background-color: #1D005E; }
a { background-color: rgb(29,0,94); }
div.DivClassName
{
background-color: #1D005E;
}
.BgClassName
{
background-color: #1D005E;
}
</style>
border-color css
<style>
span { border-color: #1D005E; }
span { border-color: rgb(29,0,94); }
td.TdClassName
{
border-color: #1D005E;
}
.TagClassName
{
border-color: #1D005E;
}
</style>