Shades of Persian Indigo #1D0165
Tints of Persian Indigo #1D0165
RGB
CMYK
RGB Variations
Color information
#1D0165 (or 0x1D0165) is known color: Persian Indigo. HEX triplet: 1D, 01 and 65. RGB value is (29,1,101). Sum of RGB (Red+Green+Blue) = 29+1+101=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 101 (39.84% from 255 or 77.10% from 131); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0165 is #E2FE9A. Grayscale: #141414. Windows color (decimal): -14876315 or 6619421. OLE color: 6619421.
HSL color Cylindrical-coordinate representation of color #1D0165: hue angle of 256.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0165 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 1 | 101 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.60 |
| HSL | 256.8º | 0.98% | 0.2% | - |
| HSV(B) | 256.8º | 0.99% | 0.4% | - |
| XYZ | 2.87 | 1.22 | 12.4 | - |
| YUV | 20.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 101 | 0.71 | 0.99 | 0 | 0.60 | 256.8 | 0.98 | 0.2 |
| Hex | 1D | 1 | 65 | 47 | 63 | 0 | 3C | 101 | 62 | 14 |
| Octal | 35 | 1 | 145 | 107 | 143 | 0 | 74 | 401 | 142 | 24 |
| Binary | 11101 | 1 | 1100101 | 1000111 | 1100011 | 0 | 111100 | 100000001 | 1100010 | 10100 |
Color Harmonies of #1D0165
Complementary color
Monochromatic Colors of #1D0165
Black with #1D0165
Text Example
Text Example
White with #1D0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0165; }
p { color: rgb(29,1,101); }
H1.HeaderClassName
{
color: #1D0165;
}
.AnyTagClassName
{
color: #1D0165;
}
</style>
background-color css
<style>
a { background-color: #1D0165; }
a { background-color: rgb(29,1,101); }
div.DivClassName
{
background-color: #1D0165;
}
.BgClassName
{
background-color: #1D0165;
}
</style>
border-color css
<style>
span { border-color: #1D0165; }
span { border-color: rgb(29,1,101); }
td.TdClassName
{
border-color: #1D0165;
}
.TagClassName
{
border-color: #1D0165;
}
</style>