Shades of Persian Indigo #2C208A
Tints of Persian Indigo #2C208A
RGB
CMYK
RGB Variations
Color information
#2C208A (or 0x2C208A) is known color: Persian Indigo. HEX triplet: 2C, 20 and 8A. RGB value is (44,32,138). Sum of RGB (Red+Green+Blue) = 44+32+138=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C208A is #D3DF75. Grayscale: #2F2F2F. Windows color (decimal): -13885302 or 9052204. OLE color: 9052204.
HSL color Cylindrical-coordinate representation of color #2C208A: hue angle of 246.79º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C208A is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 32 | 138 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.46 |
| HSL | 246.79º | 0.62% | 0.33% | - |
| HSV(B) | 246.79º | 0.77% | 0.54% | - |
| XYZ | 6.14 | 3.4 | 24.38 | - |
| YUV | 47.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 138 | 0.68 | 0.77 | 0 | 0.46 | 246.79 | 0.62 | 0.33 |
| Hex | 2C | 20 | 8A | 44 | 4D | 0 | 2E | F7 | 3E | 21 |
| Octal | 54 | 40 | 212 | 104 | 115 | 0 | 56 | 367 | 76 | 41 |
| Binary | 101100 | 100000 | 10001010 | 1000100 | 1001101 | 0 | 101110 | 11110111 | 111110 | 100001 |
Color Harmonies of #2C208A
Complementary color
Monochromatic Colors of #2C208A
Black with #2C208A
Text Example
Text Example
White with #2C208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C208A; }
p { color: rgb(44,32,138); }
H1.HeaderClassName
{
color: #2C208A;
}
.AnyTagClassName
{
color: #2C208A;
}
</style>
background-color css
<style>
a { background-color: #2C208A; }
a { background-color: rgb(44,32,138); }
div.DivClassName
{
background-color: #2C208A;
}
.BgClassName
{
background-color: #2C208A;
}
</style>
border-color css
<style>
span { border-color: #2C208A; }
span { border-color: rgb(44,32,138); }
td.TdClassName
{
border-color: #2C208A;
}
.TagClassName
{
border-color: #2C208A;
}
</style>