Shades of Persian Indigo #2C0072
Tints of Persian Indigo #2C0072
RGB
CMYK
RGB Variations
Color information
#2C0072 (or 0x2C0072) is known color: Persian Indigo. HEX triplet: 2C, 00 and 72. RGB value is (44,0,114). Sum of RGB (Red+Green+Blue) = 44+0+114=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0072 is #D3FF8D. Grayscale: #191919. Windows color (decimal): -13893518 or 7471148. OLE color: 7471148.
HSL color Cylindrical-coordinate representation of color #2C0072: hue angle of 263.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0072 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 0 | 114 | - |
| CMYK | 0.61 | 1 | 0 | 0.55 |
| HSL | 263.16º | 1% | 0.22% | - |
| HSV(B) | 263.16º | 1% | 0.45% | - |
| XYZ | 4.08 | 1.75 | 16.04 | - |
| YUV | 26.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 114 | 0.61 | 1 | 0 | 0.55 | 263.16 | 1 | 0.22 |
| Hex | 2C | 0 | 72 | 3D | 64 | 0 | 37 | 107 | 64 | 16 |
| Octal | 54 | 0 | 162 | 75 | 144 | 0 | 67 | 407 | 144 | 26 |
| Binary | 101100 | 0 | 1110010 | 111101 | 1100100 | 0 | 110111 | 100000111 | 1100100 | 10110 |
Color Harmonies of #2C0072
Complementary color
Monochromatic Colors of #2C0072
Black with #2C0072
Text Example
Text Example
White with #2C0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0072; }
p { color: rgb(44,0,114); }
H1.HeaderClassName
{
color: #2C0072;
}
.AnyTagClassName
{
color: #2C0072;
}
</style>
background-color css
<style>
a { background-color: #2C0072; }
a { background-color: rgb(44,0,114); }
div.DivClassName
{
background-color: #2C0072;
}
.BgClassName
{
background-color: #2C0072;
}
</style>
border-color css
<style>
span { border-color: #2C0072; }
span { border-color: rgb(44,0,114); }
td.TdClassName
{
border-color: #2C0072;
}
.TagClassName
{
border-color: #2C0072;
}
</style>