Shades of Persian Indigo #1D047A
Tints of Persian Indigo #1D047A
RGB
CMYK
RGB Variations
Color information
#1D047A (or 0x1D047A) is known color: Persian Indigo. HEX triplet: 1D, 04 and 7A. RGB value is (29,4,122). Sum of RGB (Red+Green+Blue) = 29+4+122=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D047A is #E2FB85. Grayscale: #181818. Windows color (decimal): -14875526 or 7996445. OLE color: 7996445.
HSL color Cylindrical-coordinate representation of color #1D047A: hue angle of 252.71º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D047A is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 4 | 122 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.52 |
| HSL | 252.71º | 0.94% | 0.25% | - |
| HSV(B) | 252.71º | 0.97% | 0.48% | - |
| XYZ | 4.06 | 1.75 | 18.54 | - |
| YUV | 24.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 122 | 0.76 | 0.97 | 0 | 0.52 | 252.71 | 0.94 | 0.25 |
| Hex | 1D | 4 | 7A | 4C | 61 | 0 | 34 | FD | 5E | 19 |
| Octal | 35 | 4 | 172 | 114 | 141 | 0 | 64 | 375 | 136 | 31 |
| Binary | 11101 | 100 | 1111010 | 1001100 | 1100001 | 0 | 110100 | 11111101 | 1011110 | 11001 |
Color Harmonies of #1D047A
Complementary color
Monochromatic Colors of #1D047A
Black with #1D047A
Text Example
Text Example
White with #1D047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D047A; }
p { color: rgb(29,4,122); }
H1.HeaderClassName
{
color: #1D047A;
}
.AnyTagClassName
{
color: #1D047A;
}
</style>
background-color css
<style>
a { background-color: #1D047A; }
a { background-color: rgb(29,4,122); }
div.DivClassName
{
background-color: #1D047A;
}
.BgClassName
{
background-color: #1D047A;
}
</style>
border-color css
<style>
span { border-color: #1D047A; }
span { border-color: rgb(29,4,122); }
td.TdClassName
{
border-color: #1D047A;
}
.TagClassName
{
border-color: #1D047A;
}
</style>