Shades of Persian Indigo #1C0071
Tints of Persian Indigo #1C0071
RGB
CMYK
RGB Variations
Color information
#1C0071 (or 0x1C0071) is known color: Persian Indigo. HEX triplet: 1C, 00 and 71. RGB value is (28,0,113). Sum of RGB (Red+Green+Blue) = 28+0+113=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0071 is #E3FF8E. Grayscale: #141414. Windows color (decimal): -14942095 or 7405596. OLE color: 7405596.
HSL color Cylindrical-coordinate representation of color #1C0071: hue angle of 254.87º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0071 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 0 | 113 | - |
| CMYK | 0.75 | 1 | 0 | 0.56 |
| HSL | 254.87º | 1% | 0.22% | - |
| HSV(B) | 254.87º | 1% | 0.44% | - |
| XYZ | 3.46 | 1.44 | 15.72 | - |
| YUV | 21.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 113 | 0.75 | 1 | 0 | 0.56 | 254.87 | 1 | 0.22 |
| Hex | 1C | 0 | 71 | 4B | 64 | 0 | 38 | FF | 64 | 16 |
| Octal | 34 | 0 | 161 | 113 | 144 | 0 | 70 | 377 | 144 | 26 |
| Binary | 11100 | 0 | 1110001 | 1001011 | 1100100 | 0 | 111000 | 11111111 | 1100100 | 10110 |
Color Harmonies of #1C0071
Complementary color
Monochromatic Colors of #1C0071
Black with #1C0071
Text Example
Text Example
White with #1C0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0071; }
p { color: rgb(28,0,113); }
H1.HeaderClassName
{
color: #1C0071;
}
.AnyTagClassName
{
color: #1C0071;
}
</style>
background-color css
<style>
a { background-color: #1C0071; }
a { background-color: rgb(28,0,113); }
div.DivClassName
{
background-color: #1C0071;
}
.BgClassName
{
background-color: #1C0071;
}
</style>
border-color css
<style>
span { border-color: #1C0071; }
span { border-color: rgb(28,0,113); }
td.TdClassName
{
border-color: #1C0071;
}
.TagClassName
{
border-color: #1C0071;
}
</style>