Shades of Persian Indigo #2C0260
Tints of Persian Indigo #2C0260
RGB
CMYK
RGB Variations
Color information
#2C0260 (or 0x2C0260) is known color: Persian Indigo. HEX triplet: 2C, 02 and 60. RGB value is (44,2,96). Sum of RGB (Red+Green+Blue) = 44+2+96=142 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.99% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C0260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0260 is #D3FD9F. Grayscale: #181818. Windows color (decimal): -13893024 or 6292012. OLE color: 6292012.
HSL color Cylindrical-coordinate representation of color #2C0260: hue angle of 266.81º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0260 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 2 | 96 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.62 |
| HSL | 266.81º | 0.96% | 0.19% | - |
| HSV(B) | 266.81º | 0.98% | 0.38% | - |
| XYZ | 3.17 | 1.42 | 11.17 | - |
| YUV | 25.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 96 | 0.54 | 0.98 | 0 | 0.62 | 266.81 | 0.96 | 0.19 |
| Hex | 2C | 2 | 60 | 36 | 62 | 0 | 3E | 10B | 60 | 13 |
| Octal | 54 | 2 | 140 | 66 | 142 | 0 | 76 | 413 | 140 | 23 |
| Binary | 101100 | 10 | 1100000 | 110110 | 1100010 | 0 | 111110 | 100001011 | 1100000 | 10011 |
Color Harmonies of #2C0260
Complementary color
Monochromatic Colors of #2C0260
Black with #2C0260
Text Example
Text Example
White with #2C0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0260; }
p { color: rgb(44,2,96); }
H1.HeaderClassName
{
color: #2C0260;
}
.AnyTagClassName
{
color: #2C0260;
}
</style>
background-color css
<style>
a { background-color: #2C0260; }
a { background-color: rgb(44,2,96); }
div.DivClassName
{
background-color: #2C0260;
}
.BgClassName
{
background-color: #2C0260;
}
</style>
border-color css
<style>
span { border-color: #2C0260; }
span { border-color: rgb(44,2,96); }
td.TdClassName
{
border-color: #2C0260;
}
.TagClassName
{
border-color: #2C0260;
}
</style>