Shades of Persian Indigo #2C217E
Tints of Persian Indigo #2C217E
RGB
CMYK
RGB Variations
Color information
#2C217E (or 0x2C217E) is known color: Persian Indigo. HEX triplet: 2C, 21 and 7E. RGB value is (44,33,126). Sum of RGB (Red+Green+Blue) = 44+33+126=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C217E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C217E is #D3DE81. Grayscale: #2E2E2E. Windows color (decimal): -13885058 or 8266028. OLE color: 8266028.
HSL color Cylindrical-coordinate representation of color #2C217E: hue angle of 247.1º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C217E is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 33 | 126 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.51 |
| HSL | 247.1º | 0.58% | 0.31% | - |
| HSV(B) | 247.1º | 0.74% | 0.49% | - |
| XYZ | 5.35 | 3.13 | 20.06 | - |
| YUV | 46.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 126 | 0.65 | 0.74 | 0 | 0.51 | 247.1 | 0.58 | 0.31 |
| Hex | 2C | 21 | 7E | 41 | 4A | 0 | 33 | F7 | 3A | 1F |
| Octal | 54 | 41 | 176 | 101 | 112 | 0 | 63 | 367 | 72 | 37 |
| Binary | 101100 | 100001 | 1111110 | 1000001 | 1001010 | 0 | 110011 | 11110111 | 111010 | 11111 |
Color Harmonies of #2C217E
Complementary color
Monochromatic Colors of #2C217E
Black with #2C217E
Text Example
Text Example
White with #2C217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C217E; }
p { color: rgb(44,33,126); }
H1.HeaderClassName
{
color: #2C217E;
}
.AnyTagClassName
{
color: #2C217E;
}
</style>
background-color css
<style>
a { background-color: #2C217E; }
a { background-color: rgb(44,33,126); }
div.DivClassName
{
background-color: #2C217E;
}
.BgClassName
{
background-color: #2C217E;
}
</style>
border-color css
<style>
span { border-color: #2C217E; }
span { border-color: rgb(44,33,126); }
td.TdClassName
{
border-color: #2C217E;
}
.TagClassName
{
border-color: #2C217E;
}
</style>