Shades of Persian Indigo #2C2176
Tints of Persian Indigo #2C2176
RGB
CMYK
RGB Variations
Color information
#2C2176 (or 0x2C2176) is known color: Persian Indigo. HEX triplet: 2C, 21 and 76. RGB value is (44,33,118). Sum of RGB (Red+Green+Blue) = 44+33+118=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C2176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2176 is #D3DE89. Grayscale: #2D2D2D. Windows color (decimal): -13885066 or 7741740. OLE color: 7741740.
HSL color Cylindrical-coordinate representation of color #2C2176: hue angle of 247.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2176 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 44 | 33 | 118 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.54 |
| HSL | 247.76º | 0.56% | 0.3% | - |
| HSV(B) | 247.76º | 0.72% | 0.46% | - |
| XYZ | 4.85 | 2.93 | 17.45 | - |
| YUV | 45.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 118 | 0.63 | 0.72 | 0 | 0.54 | 247.76 | 0.56 | 0.3 |
| Hex | 2C | 21 | 76 | 3F | 48 | 0 | 36 | F8 | 38 | 1E |
| Octal | 54 | 41 | 166 | 77 | 110 | 0 | 66 | 370 | 70 | 36 |
| Binary | 101100 | 100001 | 1110110 | 111111 | 1001000 | 0 | 110110 | 11111000 | 111000 | 11110 |
Color Harmonies of #2C2176
Complementary color
Monochromatic Colors of #2C2176
Black with #2C2176
Text Example
Text Example
White with #2C2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2176; }
p { color: rgb(44,33,118); }
H1.HeaderClassName
{
color: #2C2176;
}
.AnyTagClassName
{
color: #2C2176;
}
</style>
background-color css
<style>
a { background-color: #2C2176; }
a { background-color: rgb(44,33,118); }
div.DivClassName
{
background-color: #2C2176;
}
.BgClassName
{
background-color: #2C2176;
}
</style>
border-color css
<style>
span { border-color: #2C2176; }
span { border-color: rgb(44,33,118); }
td.TdClassName
{
border-color: #2C2176;
}
.TagClassName
{
border-color: #2C2176;
}
</style>