Shades of Persian Indigo #2C015F
Tints of Persian Indigo #2C015F
RGB
CMYK
RGB Variations
Color information
#2C015F (or 0x2C015F) is known color: Persian Indigo. HEX triplet: 2C, 01 and 5F. RGB value is (44,1,95). Sum of RGB (Red+Green+Blue) = 44+1+95=140 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C015F is #D3FEA0. Grayscale: #181818. Windows color (decimal): -13893281 or 6226220. OLE color: 6226220.
HSL color Cylindrical-coordinate representation of color #2C015F: hue angle of 267.45º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C015F is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 1 | 95 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.63 |
| HSL | 267.45º | 0.98% | 0.19% | - |
| HSV(B) | 267.45º | 0.99% | 0.37% | - |
| XYZ | 3.12 | 1.38 | 10.93 | - |
| YUV | 24.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 95 | 0.54 | 0.99 | 0 | 0.63 | 267.45 | 0.98 | 0.19 |
| Hex | 2C | 1 | 5F | 36 | 63 | 0 | 3F | 10B | 62 | 13 |
| Octal | 54 | 1 | 137 | 66 | 143 | 0 | 77 | 413 | 142 | 23 |
| Binary | 101100 | 1 | 1011111 | 110110 | 1100011 | 0 | 111111 | 100001011 | 1100010 | 10011 |
Color Harmonies of #2C015F
Complementary color
Monochromatic Colors of #2C015F
Black with #2C015F
Text Example
Text Example
White with #2C015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C015F; }
p { color: rgb(44,1,95); }
H1.HeaderClassName
{
color: #2C015F;
}
.AnyTagClassName
{
color: #2C015F;
}
</style>
background-color css
<style>
a { background-color: #2C015F; }
a { background-color: rgb(44,1,95); }
div.DivClassName
{
background-color: #2C015F;
}
.BgClassName
{
background-color: #2C015F;
}
</style>
border-color css
<style>
span { border-color: #2C015F; }
span { border-color: rgb(44,1,95); }
td.TdClassName
{
border-color: #2C015F;
}
.TagClassName
{
border-color: #2C015F;
}
</style>