Shades of Persian Indigo #2C2183
Tints of Persian Indigo #2C2183
RGB
CMYK
RGB Variations
Color information
#2C2183 (or 0x2C2183) is known color: Persian Indigo. HEX triplet: 2C, 21 and 83. RGB value is (44,33,131). Sum of RGB (Red+Green+Blue) = 44+33+131=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C2183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2183 is #D3DE7C. Grayscale: #2F2F2F. Windows color (decimal): -13885053 or 8593708. OLE color: 8593708.
HSL color Cylindrical-coordinate representation of color #2C2183: hue angle of 246.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C2183 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 33 | 131 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.49 |
| HSL | 246.73º | 0.6% | 0.32% | - |
| HSV(B) | 246.73º | 0.75% | 0.51% | - |
| XYZ | 5.68 | 3.26 | 21.8 | - |
| YUV | 47.46 | 175.14 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 131 | 0.66 | 0.75 | 0 | 0.49 | 246.73 | 0.6 | 0.32 |
| Hex | 2C | 21 | 83 | 42 | 4B | 0 | 31 | F7 | 3C | 20 |
| Octal | 54 | 41 | 203 | 102 | 113 | 0 | 61 | 367 | 74 | 40 |
| Binary | 101100 | 100001 | 10000011 | 1000010 | 1001011 | 0 | 110001 | 11110111 | 111100 | 100000 |
Color Harmonies of #2C2183
Complementary color
Monochromatic Colors of #2C2183
Black with #2C2183
Text Example
Text Example
White with #2C2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2183; }
p { color: rgb(44,33,131); }
H1.HeaderClassName
{
color: #2C2183;
}
.AnyTagClassName
{
color: #2C2183;
}
</style>
background-color css
<style>
a { background-color: #2C2183; }
a { background-color: rgb(44,33,131); }
div.DivClassName
{
background-color: #2C2183;
}
.BgClassName
{
background-color: #2C2183;
}
</style>
border-color css
<style>
span { border-color: #2C2183; }
span { border-color: rgb(44,33,131); }
td.TdClassName
{
border-color: #2C2183;
}
.TagClassName
{
border-color: #2C2183;
}
</style>