Shades of Persian Indigo #1C0271
Tints of Persian Indigo #1C0271
RGB
CMYK
RGB Variations
Color information
#1C0271 (or 0x1C0271) is known color: Persian Indigo. HEX triplet: 1C, 02 and 71. RGB value is (28,2,113). Sum of RGB (Red+Green+Blue) = 28+2+113=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0271 is #E3FD8E. Grayscale: #161616. Windows color (decimal): -14941583 or 7406108. OLE color: 7406108.
HSL color Cylindrical-coordinate representation of color #1C0271: hue angle of 254.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C0271 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 2 | 113 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.56 |
| HSL | 254.05º | 0.97% | 0.23% | - |
| HSV(B) | 254.05º | 0.98% | 0.44% | - |
| XYZ | 3.48 | 1.48 | 15.73 | - |
| YUV | 22.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 113 | 0.75 | 0.98 | 0 | 0.56 | 254.05 | 0.97 | 0.23 |
| Hex | 1C | 2 | 71 | 4B | 62 | 0 | 38 | FE | 61 | 17 |
| Octal | 34 | 2 | 161 | 113 | 142 | 0 | 70 | 376 | 141 | 27 |
| Binary | 11100 | 10 | 1110001 | 1001011 | 1100010 | 0 | 111000 | 11111110 | 1100001 | 10111 |
Color Harmonies of #1C0271
Complementary color
Monochromatic Colors of #1C0271
Black with #1C0271
Text Example
Text Example
White with #1C0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0271; }
p { color: rgb(28,2,113); }
H1.HeaderClassName
{
color: #1C0271;
}
.AnyTagClassName
{
color: #1C0271;
}
</style>
background-color css
<style>
a { background-color: #1C0271; }
a { background-color: rgb(28,2,113); }
div.DivClassName
{
background-color: #1C0271;
}
.BgClassName
{
background-color: #1C0271;
}
</style>
border-color css
<style>
span { border-color: #1C0271; }
span { border-color: rgb(28,2,113); }
td.TdClassName
{
border-color: #1C0271;
}
.TagClassName
{
border-color: #1C0271;
}
</style>