Shades of Persian Indigo #1C0166
Tints of Persian Indigo #1C0166
RGB
CMYK
RGB Variations
Color information
#1C0166 (or 0x1C0166) is known color: Persian Indigo. HEX triplet: 1C, 01 and 66. RGB value is (28,1,102). Sum of RGB (Red+Green+Blue) = 28+1+102=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 102 (40.23% from 255 or 77.86% from 131); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0166 is #E3FE99. Grayscale: #141414. Windows color (decimal): -14941850 or 6684956. OLE color: 6684956.
HSL color Cylindrical-coordinate representation of color #1C0166: hue angle of 256.04º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0166 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 1 | 102 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.6 |
| HSL | 256.04º | 0.98% | 0.2% | - |
| HSV(B) | 256.04º | 0.99% | 0.4% | - |
| XYZ | 2.89 | 1.23 | 12.66 | - |
| YUV | 20.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 102 | 0.73 | 0.99 | 0 | 0.6 | 256.04 | 0.98 | 0.2 |
| Hex | 1C | 1 | 66 | 49 | 63 | 0 | 3C | 100 | 62 | 14 |
| Octal | 34 | 1 | 146 | 111 | 143 | 0 | 74 | 400 | 142 | 24 |
| Binary | 11100 | 1 | 1100110 | 1001001 | 1100011 | 0 | 111100 | 100000000 | 1100010 | 10100 |
Color Harmonies of #1C0166
Complementary color
Monochromatic Colors of #1C0166
Black with #1C0166
Text Example
Text Example
White with #1C0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0166; }
p { color: rgb(28,1,102); }
H1.HeaderClassName
{
color: #1C0166;
}
.AnyTagClassName
{
color: #1C0166;
}
</style>
background-color css
<style>
a { background-color: #1C0166; }
a { background-color: rgb(28,1,102); }
div.DivClassName
{
background-color: #1C0166;
}
.BgClassName
{
background-color: #1C0166;
}
</style>
border-color css
<style>
span { border-color: #1C0166; }
span { border-color: rgb(28,1,102); }
td.TdClassName
{
border-color: #1C0166;
}
.TagClassName
{
border-color: #1C0166;
}
</style>