Shades of Persian Indigo #2C028E
Tints of Persian Indigo #2C028E
RGB
CMYK
RGB Variations
Color information
#2C028E (or 0x2C028E) is known color: Persian Indigo. HEX triplet: 2C, 02 and 8E. RGB value is (44,2,142). Sum of RGB (Red+Green+Blue) = 44+2+142=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C028E is #D3FD71. Grayscale: #1E1E1E. Windows color (decimal): -13892978 or 9306668. OLE color: 9306668.
HSL color Cylindrical-coordinate representation of color #2C028E: hue angle of 258º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C028E is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 2 | 142 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.44 |
| HSL | 258º | 0.97% | 0.28% | - |
| HSV(B) | 258º | 0.99% | 0.56% | - |
| XYZ | 5.94 | 2.53 | 25.77 | - |
| YUV | 30.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 142 | 0.69 | 0.99 | 0 | 0.44 | 258 | 0.97 | 0.28 |
| Hex | 2C | 2 | 8E | 45 | 63 | 0 | 2C | 102 | 61 | 1C |
| Octal | 54 | 2 | 216 | 105 | 143 | 0 | 54 | 402 | 141 | 34 |
| Binary | 101100 | 10 | 10001110 | 1000101 | 1100011 | 0 | 101100 | 100000010 | 1100001 | 11100 |
Color Harmonies of #2C028E
Complementary color
Monochromatic Colors of #2C028E
Black with #2C028E
Text Example
Text Example
White with #2C028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C028E; }
p { color: rgb(44,2,142); }
H1.HeaderClassName
{
color: #2C028E;
}
.AnyTagClassName
{
color: #2C028E;
}
</style>
background-color css
<style>
a { background-color: #2C028E; }
a { background-color: rgb(44,2,142); }
div.DivClassName
{
background-color: #2C028E;
}
.BgClassName
{
background-color: #2C028E;
}
</style>
border-color css
<style>
span { border-color: #2C028E; }
span { border-color: rgb(44,2,142); }
td.TdClassName
{
border-color: #2C028E;
}
.TagClassName
{
border-color: #2C028E;
}
</style>