Shades of Persian Indigo #2C217A
Tints of Persian Indigo #2C217A
RGB
CMYK
RGB Variations
Color information
#2C217A (or 0x2C217A) is known color: Persian Indigo. HEX triplet: 2C, 21 and 7A. RGB value is (44,33,122). Sum of RGB (Red+Green+Blue) = 44+33+122=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C217A is #D3DE85. Grayscale: #2E2E2E. Windows color (decimal): -13885062 or 8003884. OLE color: 8003884.
HSL color Cylindrical-coordinate representation of color #2C217A: hue angle of 247.42º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C217A is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 33 | 122 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.52 |
| HSL | 247.42º | 0.57% | 0.3% | - |
| HSV(B) | 247.42º | 0.73% | 0.48% | - |
| XYZ | 5.1 | 3.03 | 18.73 | - |
| YUV | 46.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 122 | 0.64 | 0.73 | 0 | 0.52 | 247.42 | 0.57 | 0.3 |
| Hex | 2C | 21 | 7A | 40 | 49 | 0 | 34 | F7 | 39 | 1E |
| Octal | 54 | 41 | 172 | 100 | 111 | 0 | 64 | 367 | 71 | 36 |
| Binary | 101100 | 100001 | 1111010 | 1000000 | 1001001 | 0 | 110100 | 11110111 | 111001 | 11110 |
Color Harmonies of #2C217A
Complementary color
Monochromatic Colors of #2C217A
Black with #2C217A
Text Example
Text Example
White with #2C217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C217A; }
p { color: rgb(44,33,122); }
H1.HeaderClassName
{
color: #2C217A;
}
.AnyTagClassName
{
color: #2C217A;
}
</style>
background-color css
<style>
a { background-color: #2C217A; }
a { background-color: rgb(44,33,122); }
div.DivClassName
{
background-color: #2C217A;
}
.BgClassName
{
background-color: #2C217A;
}
</style>
border-color css
<style>
span { border-color: #2C217A; }
span { border-color: rgb(44,33,122); }
td.TdClassName
{
border-color: #2C217A;
}
.TagClassName
{
border-color: #2C217A;
}
</style>