Shades of Persian Indigo #1D036C
Tints of Persian Indigo #1D036C
RGB
CMYK
RGB Variations
Color information
#1D036C (or 0x1D036C) is known color: Persian Indigo. HEX triplet: 1D, 03 and 6C. RGB value is (29,3,108). Sum of RGB (Red+Green+Blue) = 29+3+108=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D036C is #E2FC93. Grayscale: #161616. Windows color (decimal): -14875796 or 7078685. OLE color: 7078685.
HSL color Cylindrical-coordinate representation of color #1D036C: hue angle of 254.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D036C is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 3 | 108 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.58 |
| HSL | 254.86º | 0.95% | 0.22% | - |
| HSV(B) | 254.86º | 0.97% | 0.42% | - |
| XYZ | 3.25 | 1.41 | 14.29 | - |
| YUV | 22.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 108 | 0.73 | 0.97 | 0 | 0.58 | 254.86 | 0.95 | 0.22 |
| Hex | 1D | 3 | 6C | 49 | 61 | 0 | 3A | FF | 5F | 16 |
| Octal | 35 | 3 | 154 | 111 | 141 | 0 | 72 | 377 | 137 | 26 |
| Binary | 11101 | 11 | 1101100 | 1001001 | 1100001 | 0 | 111010 | 11111111 | 1011111 | 10110 |
Color Harmonies of #1D036C
Complementary color
Monochromatic Colors of #1D036C
Black with #1D036C
Text Example
Text Example
White with #1D036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D036C; }
p { color: rgb(29,3,108); }
H1.HeaderClassName
{
color: #1D036C;
}
.AnyTagClassName
{
color: #1D036C;
}
</style>
background-color css
<style>
a { background-color: #1D036C; }
a { background-color: rgb(29,3,108); }
div.DivClassName
{
background-color: #1D036C;
}
.BgClassName
{
background-color: #1D036C;
}
</style>
border-color css
<style>
span { border-color: #1D036C; }
span { border-color: rgb(29,3,108); }
td.TdClassName
{
border-color: #1D036C;
}
.TagClassName
{
border-color: #1D036C;
}
</style>