Shades of Persian Indigo #1C0168
Tints of Persian Indigo #1C0168
RGB
CMYK
RGB Variations
Color information
#1C0168 (or 0x1C0168) is known color: Persian Indigo. HEX triplet: 1C, 01 and 68. RGB value is (28,1,104). Sum of RGB (Red+Green+Blue) = 28+1+104=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0168 is #E3FE97. Grayscale: #141414. Windows color (decimal): -14941848 or 6816028. OLE color: 6816028.
HSL color Cylindrical-coordinate representation of color #1C0168: hue angle of 255.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0168 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 28 | 1 | 104 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.59 |
| HSL | 255.73º | 0.98% | 0.21% | - |
| HSV(B) | 255.73º | 0.99% | 0.41% | - |
| XYZ | 2.99 | 1.27 | 13.18 | - |
| YUV | 20.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 104 | 0.73 | 0.99 | 0 | 0.59 | 255.73 | 0.98 | 0.21 |
| Hex | 1C | 1 | 68 | 49 | 63 | 0 | 3B | 100 | 62 | 15 |
| Octal | 34 | 1 | 150 | 111 | 143 | 0 | 73 | 400 | 142 | 25 |
| Binary | 11100 | 1 | 1101000 | 1001001 | 1100011 | 0 | 111011 | 100000000 | 1100010 | 10101 |
Color Harmonies of #1C0168
Complementary color
Monochromatic Colors of #1C0168
Black with #1C0168
Text Example
Text Example
White with #1C0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0168; }
p { color: rgb(28,1,104); }
H1.HeaderClassName
{
color: #1C0168;
}
.AnyTagClassName
{
color: #1C0168;
}
</style>
background-color css
<style>
a { background-color: #1C0168; }
a { background-color: rgb(28,1,104); }
div.DivClassName
{
background-color: #1C0168;
}
.BgClassName
{
background-color: #1C0168;
}
</style>
border-color css
<style>
span { border-color: #1C0168; }
span { border-color: rgb(28,1,104); }
td.TdClassName
{
border-color: #1C0168;
}
.TagClassName
{
border-color: #1C0168;
}
</style>