Shades of Persian Indigo #1D015C
Tints of Persian Indigo #1D015C
RGB
CMYK
RGB Variations
Color information
#1D015C (or 0x1D015C) is known color: Persian Indigo. HEX triplet: 1D, 01 and 5C. RGB value is (29,1,92). Sum of RGB (Red+Green+Blue) = 29+1+92=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D015C is #E2FEA3. Grayscale: #131313. Windows color (decimal): -14876324 or 6029597. OLE color: 6029597.
HSL color Cylindrical-coordinate representation of color #1D015C: hue angle of 258.46º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D015C is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 1 | 92 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.64 |
| HSL | 258.46º | 0.98% | 0.18% | - |
| HSV(B) | 258.46º | 0.99% | 0.36% | - |
| XYZ | 2.45 | 1.06 | 10.2 | - |
| YUV | 19.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 92 | 0.68 | 0.99 | 0 | 0.64 | 258.46 | 0.98 | 0.18 |
| Hex | 1D | 1 | 5C | 44 | 63 | 0 | 40 | 102 | 62 | 12 |
| Octal | 35 | 1 | 134 | 104 | 143 | 0 | 100 | 402 | 142 | 22 |
| Binary | 11101 | 1 | 1011100 | 1000100 | 1100011 | 0 | 1000000 | 100000010 | 1100010 | 10010 |
Color Harmonies of #1D015C
Complementary color
Monochromatic Colors of #1D015C
Black with #1D015C
Text Example
Text Example
White with #1D015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D015C; }
p { color: rgb(29,1,92); }
H1.HeaderClassName
{
color: #1D015C;
}
.AnyTagClassName
{
color: #1D015C;
}
</style>
background-color css
<style>
a { background-color: #1D015C; }
a { background-color: rgb(29,1,92); }
div.DivClassName
{
background-color: #1D015C;
}
.BgClassName
{
background-color: #1D015C;
}
</style>
border-color css
<style>
span { border-color: #1D015C; }
span { border-color: rgb(29,1,92); }
td.TdClassName
{
border-color: #1D015C;
}
.TagClassName
{
border-color: #1D015C;
}
</style>