Shades of Persian Indigo #2C017F
Tints of Persian Indigo #2C017F
RGB
CMYK
RGB Variations
Color information
#2C017F (or 0x2C017F) is known color: Persian Indigo. HEX triplet: 2C, 01 and 7F. RGB value is (44,1,127). Sum of RGB (Red+Green+Blue) = 44+1+127=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C017F is #D3FE80. Grayscale: #1B1B1B. Windows color (decimal): -13893249 or 8323372. OLE color: 8323372.
HSL color Cylindrical-coordinate representation of color #2C017F: hue angle of 260.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C017F is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 1 | 127 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.50 |
| HSL | 260.48º | 0.98% | 0.25% | - |
| HSV(B) | 260.48º | 0.99% | 0.5% | - |
| XYZ | 4.88 | 2.09 | 20.22 | - |
| YUV | 28.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 127 | 0.65 | 0.99 | 0 | 0.50 | 260.48 | 0.98 | 0.25 |
| Hex | 2C | 1 | 7F | 41 | 63 | 0 | 32 | 104 | 62 | 19 |
| Octal | 54 | 1 | 177 | 101 | 143 | 0 | 62 | 404 | 142 | 31 |
| Binary | 101100 | 1 | 1111111 | 1000001 | 1100011 | 0 | 110010 | 100000100 | 1100010 | 11001 |
Color Harmonies of #2C017F
Complementary color
Monochromatic Colors of #2C017F
Black with #2C017F
Text Example
Text Example
White with #2C017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C017F; }
p { color: rgb(44,1,127); }
H1.HeaderClassName
{
color: #2C017F;
}
.AnyTagClassName
{
color: #2C017F;
}
</style>
background-color css
<style>
a { background-color: #2C017F; }
a { background-color: rgb(44,1,127); }
div.DivClassName
{
background-color: #2C017F;
}
.BgClassName
{
background-color: #2C017F;
}
</style>
border-color css
<style>
span { border-color: #2C017F; }
span { border-color: rgb(44,1,127); }
td.TdClassName
{
border-color: #2C017F;
}
.TagClassName
{
border-color: #2C017F;
}
</style>