Shades of Persian Indigo #2C017C
Tints of Persian Indigo #2C017C
RGB
CMYK
RGB Variations
Color information
#2C017C (or 0x2C017C) is known color: Persian Indigo. HEX triplet: 2C, 01 and 7C. RGB value is (44,1,124). Sum of RGB (Red+Green+Blue) = 44+1+124=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C017C is #D3FE83. Grayscale: #1B1B1B. Windows color (decimal): -13893252 or 8126764. OLE color: 8126764.
HSL color Cylindrical-coordinate representation of color #2C017C: hue angle of 260.98º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C017C is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 1 | 124 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.51 |
| HSL | 260.98º | 0.98% | 0.25% | - |
| HSV(B) | 260.98º | 0.99% | 0.49% | - |
| XYZ | 4.69 | 2.01 | 19.21 | - |
| YUV | 27.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 124 | 0.65 | 0.99 | 0 | 0.51 | 260.98 | 0.98 | 0.25 |
| Hex | 2C | 1 | 7C | 41 | 63 | 0 | 33 | 105 | 62 | 19 |
| Octal | 54 | 1 | 174 | 101 | 143 | 0 | 63 | 405 | 142 | 31 |
| Binary | 101100 | 1 | 1111100 | 1000001 | 1100011 | 0 | 110011 | 100000101 | 1100010 | 11001 |
Color Harmonies of #2C017C
Complementary color
Monochromatic Colors of #2C017C
Black with #2C017C
Text Example
Text Example
White with #2C017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C017C; }
p { color: rgb(44,1,124); }
H1.HeaderClassName
{
color: #2C017C;
}
.AnyTagClassName
{
color: #2C017C;
}
</style>
background-color css
<style>
a { background-color: #2C017C; }
a { background-color: rgb(44,1,124); }
div.DivClassName
{
background-color: #2C017C;
}
.BgClassName
{
background-color: #2C017C;
}
</style>
border-color css
<style>
span { border-color: #2C017C; }
span { border-color: rgb(44,1,124); }
td.TdClassName
{
border-color: #2C017C;
}
.TagClassName
{
border-color: #2C017C;
}
</style>