Shades of Persian Indigo #1C0062
Tints of Persian Indigo #1C0062
RGB
CMYK
RGB Variations
Color information
#1C0062 (or 0x1C0062) is known color: Persian Indigo. HEX triplet: 1C, 00 and 62. RGB value is (28,0,98). Sum of RGB (Red+Green+Blue) = 28+0+98=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 98 (38.67% from 255 or 77.78% from 126); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0062 is #E3FF9D. Grayscale: #131313. Windows color (decimal): -14942110 or 6422556. OLE color: 6422556.
HSL color Cylindrical-coordinate representation of color #1C0062: hue angle of 257.14º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0062 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 0 | 98 | - |
| CMYK | 0.71 | 1 | 0 | 0.62 |
| HSL | 257.14º | 1% | 0.19% | - |
| HSV(B) | 257.14º | 1% | 0.38% | - |
| XYZ | 2.68 | 1.13 | 11.63 | - |
| YUV | 19.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 98 | 0.71 | 1 | 0 | 0.62 | 257.14 | 1 | 0.19 |
| Hex | 1C | 0 | 62 | 47 | 64 | 0 | 3E | 101 | 64 | 13 |
| Octal | 34 | 0 | 142 | 107 | 144 | 0 | 76 | 401 | 144 | 23 |
| Binary | 11100 | 0 | 1100010 | 1000111 | 1100100 | 0 | 111110 | 100000001 | 1100100 | 10011 |
Color Harmonies of #1C0062
Complementary color
Monochromatic Colors of #1C0062
Black with #1C0062
Text Example
Text Example
White with #1C0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0062; }
p { color: rgb(28,0,98); }
H1.HeaderClassName
{
color: #1C0062;
}
.AnyTagClassName
{
color: #1C0062;
}
</style>
background-color css
<style>
a { background-color: #1C0062; }
a { background-color: rgb(28,0,98); }
div.DivClassName
{
background-color: #1C0062;
}
.BgClassName
{
background-color: #1C0062;
}
</style>
border-color css
<style>
span { border-color: #1C0062; }
span { border-color: rgb(28,0,98); }
td.TdClassName
{
border-color: #1C0062;
}
.TagClassName
{
border-color: #1C0062;
}
</style>