Shades of Persian Indigo #1D036E
Tints of Persian Indigo #1D036E
RGB
CMYK
RGB Variations
Color information
#1D036E (or 0x1D036E) is known color: Persian Indigo. HEX triplet: 1D, 03 and 6E. RGB value is (29,3,110). Sum of RGB (Red+Green+Blue) = 29+3+110=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D036E is #E2FC91. Grayscale: #161616. Windows color (decimal): -14875794 or 7209757. OLE color: 7209757.
HSL color Cylindrical-coordinate representation of color #1D036E: hue angle of 254.58º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D036E is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 3 | 110 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.57 |
| HSL | 254.58º | 0.95% | 0.22% | - |
| HSV(B) | 254.58º | 0.97% | 0.43% | - |
| XYZ | 3.35 | 1.45 | 14.86 | - |
| YUV | 22.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 110 | 0.74 | 0.97 | 0 | 0.57 | 254.58 | 0.95 | 0.22 |
| Hex | 1D | 3 | 6E | 4A | 61 | 0 | 39 | FF | 5F | 16 |
| Octal | 35 | 3 | 156 | 112 | 141 | 0 | 71 | 377 | 137 | 26 |
| Binary | 11101 | 11 | 1101110 | 1001010 | 1100001 | 0 | 111001 | 11111111 | 1011111 | 10110 |
Color Harmonies of #1D036E
Complementary color
Monochromatic Colors of #1D036E
Black with #1D036E
Text Example
Text Example
White with #1D036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D036E; }
p { color: rgb(29,3,110); }
H1.HeaderClassName
{
color: #1D036E;
}
.AnyTagClassName
{
color: #1D036E;
}
</style>
background-color css
<style>
a { background-color: #1D036E; }
a { background-color: rgb(29,3,110); }
div.DivClassName
{
background-color: #1D036E;
}
.BgClassName
{
background-color: #1D036E;
}
</style>
border-color css
<style>
span { border-color: #1D036E; }
span { border-color: rgb(29,3,110); }
td.TdClassName
{
border-color: #1D036E;
}
.TagClassName
{
border-color: #1D036E;
}
</style>