Shades of Persian Indigo #2C046F
Tints of Persian Indigo #2C046F
RGB
CMYK
RGB Variations
Color information
#2C046F (or 0x2C046F) is known color: Persian Indigo. HEX triplet: 2C, 04 and 6F. RGB value is (44,4,111). Sum of RGB (Red+Green+Blue) = 44+4+111=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C046F is #D3FB90. Grayscale: #1B1B1B. Windows color (decimal): -13892497 or 7275564. OLE color: 7275564.
HSL color Cylindrical-coordinate representation of color #2C046F: hue angle of 262.43º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C046F is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 4 | 111 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.56 |
| HSL | 262.43º | 0.93% | 0.23% | - |
| HSV(B) | 262.43º | 0.96% | 0.44% | - |
| XYZ | 3.95 | 1.77 | 15.17 | - |
| YUV | 28.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 111 | 0.60 | 0.96 | 0 | 0.56 | 262.43 | 0.93 | 0.23 |
| Hex | 2C | 4 | 6F | 3C | 60 | 0 | 38 | 106 | 5D | 17 |
| Octal | 54 | 4 | 157 | 74 | 140 | 0 | 70 | 406 | 135 | 27 |
| Binary | 101100 | 100 | 1101111 | 111100 | 1100000 | 0 | 111000 | 100000110 | 1011101 | 10111 |
Color Harmonies of #2C046F
Complementary color
Monochromatic Colors of #2C046F
Black with #2C046F
Text Example
Text Example
White with #2C046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C046F; }
p { color: rgb(44,4,111); }
H1.HeaderClassName
{
color: #2C046F;
}
.AnyTagClassName
{
color: #2C046F;
}
</style>
background-color css
<style>
a { background-color: #2C046F; }
a { background-color: rgb(44,4,111); }
div.DivClassName
{
background-color: #2C046F;
}
.BgClassName
{
background-color: #2C046F;
}
</style>
border-color css
<style>
span { border-color: #2C046F; }
span { border-color: rgb(44,4,111); }
td.TdClassName
{
border-color: #2C046F;
}
.TagClassName
{
border-color: #2C046F;
}
</style>