Shades of Persian Indigo #2C0162
Tints of Persian Indigo #2C0162
RGB
CMYK
RGB Variations
Color information
#2C0162 (or 0x2C0162) is known color: Persian Indigo. HEX triplet: 2C, 01 and 62. RGB value is (44,1,98). Sum of RGB (Red+Green+Blue) = 44+1+98=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0162 is #D3FE9D. Grayscale: #181818. Windows color (decimal): -13893278 or 6422828. OLE color: 6422828.
HSL color Cylindrical-coordinate representation of color #2C0162: hue angle of 266.6º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0162 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 1 | 98 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.62 |
| HSL | 266.6º | 0.98% | 0.19% | - |
| HSV(B) | 266.6º | 0.99% | 0.38% | - |
| XYZ | 3.25 | 1.44 | 11.66 | - |
| YUV | 24.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 98 | 0.55 | 0.99 | 0 | 0.62 | 266.6 | 0.98 | 0.19 |
| Hex | 2C | 1 | 62 | 37 | 63 | 0 | 3E | 10B | 62 | 13 |
| Octal | 54 | 1 | 142 | 67 | 143 | 0 | 76 | 413 | 142 | 23 |
| Binary | 101100 | 1 | 1100010 | 110111 | 1100011 | 0 | 111110 | 100001011 | 1100010 | 10011 |
Color Harmonies of #2C0162
Complementary color
Monochromatic Colors of #2C0162
Black with #2C0162
Text Example
Text Example
White with #2C0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0162; }
p { color: rgb(44,1,98); }
H1.HeaderClassName
{
color: #2C0162;
}
.AnyTagClassName
{
color: #2C0162;
}
</style>
background-color css
<style>
a { background-color: #2C0162; }
a { background-color: rgb(44,1,98); }
div.DivClassName
{
background-color: #2C0162;
}
.BgClassName
{
background-color: #2C0162;
}
</style>
border-color css
<style>
span { border-color: #2C0162; }
span { border-color: rgb(44,1,98); }
td.TdClassName
{
border-color: #2C0162;
}
.TagClassName
{
border-color: #2C0162;
}
</style>