Shades of Persian Indigo #1C0173
Tints of Persian Indigo #1C0173
RGB
CMYK
RGB Variations
Color information
#1C0173 (or 0x1C0173) is known color: Persian Indigo. HEX triplet: 1C, 01 and 73. RGB value is (28,1,115). Sum of RGB (Red+Green+Blue) = 28+1+115=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0173 is #E3FE8C. Grayscale: #151515. Windows color (decimal): -14941837 or 7536924. OLE color: 7536924.
HSL color Cylindrical-coordinate representation of color #1C0173: hue angle of 254.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0173 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 1 | 115 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.55 |
| HSL | 254.21º | 0.98% | 0.23% | - |
| HSV(B) | 254.21º | 0.99% | 0.45% | - |
| XYZ | 3.58 | 1.51 | 16.32 | - |
| YUV | 22.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 115 | 0.76 | 0.99 | 0 | 0.55 | 254.21 | 0.98 | 0.23 |
| Hex | 1C | 1 | 73 | 4C | 63 | 0 | 37 | FE | 62 | 17 |
| Octal | 34 | 1 | 163 | 114 | 143 | 0 | 67 | 376 | 142 | 27 |
| Binary | 11100 | 1 | 1110011 | 1001100 | 1100011 | 0 | 110111 | 11111110 | 1100010 | 10111 |
Color Harmonies of #1C0173
Complementary color
Monochromatic Colors of #1C0173
Black with #1C0173
Text Example
Text Example
White with #1C0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0173; }
p { color: rgb(28,1,115); }
H1.HeaderClassName
{
color: #1C0173;
}
.AnyTagClassName
{
color: #1C0173;
}
</style>
background-color css
<style>
a { background-color: #1C0173; }
a { background-color: rgb(28,1,115); }
div.DivClassName
{
background-color: #1C0173;
}
.BgClassName
{
background-color: #1C0173;
}
</style>
border-color css
<style>
span { border-color: #1C0173; }
span { border-color: rgb(28,1,115); }
td.TdClassName
{
border-color: #1C0173;
}
.TagClassName
{
border-color: #1C0173;
}
</style>