Shades of Persian Indigo #2C0176
Tints of Persian Indigo #2C0176
RGB
CMYK
RGB Variations
Color information
#2C0176 (or 0x2C0176) is known color: Persian Indigo. HEX triplet: 2C, 01 and 76. RGB value is (44,1,118). Sum of RGB (Red+Green+Blue) = 44+1+118=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0176 is #D3FE89. Grayscale: #1A1A1A. Windows color (decimal): -13893258 or 7733548. OLE color: 7733548.
HSL color Cylindrical-coordinate representation of color #2C0176: hue angle of 262.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0176 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 1 | 118 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.54 |
| HSL | 262.05º | 0.98% | 0.23% | - |
| HSV(B) | 262.05º | 0.99% | 0.46% | - |
| XYZ | 4.32 | 1.87 | 17.27 | - |
| YUV | 27.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 118 | 0.63 | 0.99 | 0 | 0.54 | 262.05 | 0.98 | 0.23 |
| Hex | 2C | 1 | 76 | 3F | 63 | 0 | 36 | 106 | 62 | 17 |
| Octal | 54 | 1 | 166 | 77 | 143 | 0 | 66 | 406 | 142 | 27 |
| Binary | 101100 | 1 | 1110110 | 111111 | 1100011 | 0 | 110110 | 100000110 | 1100010 | 10111 |
Color Harmonies of #2C0176
Complementary color
Monochromatic Colors of #2C0176
Black with #2C0176
Text Example
Text Example
White with #2C0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0176; }
p { color: rgb(44,1,118); }
H1.HeaderClassName
{
color: #2C0176;
}
.AnyTagClassName
{
color: #2C0176;
}
</style>
background-color css
<style>
a { background-color: #2C0176; }
a { background-color: rgb(44,1,118); }
div.DivClassName
{
background-color: #2C0176;
}
.BgClassName
{
background-color: #2C0176;
}
</style>
border-color css
<style>
span { border-color: #2C0176; }
span { border-color: rgb(44,1,118); }
td.TdClassName
{
border-color: #2C0176;
}
.TagClassName
{
border-color: #2C0176;
}
</style>