Shades of Persian Indigo #2C0084
Tints of Persian Indigo #2C0084
RGB
CMYK
RGB Variations
Color information
#2C0084 (or 0x2C0084) is known color: Persian Indigo. HEX triplet: 2C, 00 and 84. RGB value is (44,0,132). Sum of RGB (Red+Green+Blue) = 44+0+132=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C0084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0084 is #D3FF7B. Grayscale: #1B1B1B. Windows color (decimal): -13893500 or 8650796. OLE color: 8650796.
HSL color Cylindrical-coordinate representation of color #2C0084: hue angle of 260º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0084 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 0 | 132 | - |
| CMYK | 0.67 | 1 | 0 | 0.48 |
| HSL | 260º | 1% | 0.26% | - |
| HSV(B) | 260º | 1% | 0.52% | - |
| XYZ | 5.2 | 2.2 | 21.98 | - |
| YUV | 28.2 | 186.58 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 132 | 0.67 | 1 | 0 | 0.48 | 260 | 1 | 0.26 |
| Hex | 2C | 0 | 84 | 43 | 64 | 0 | 30 | 104 | 64 | 1A |
| Octal | 54 | 0 | 204 | 103 | 144 | 0 | 60 | 404 | 144 | 32 |
| Binary | 101100 | 0 | 10000100 | 1000011 | 1100100 | 0 | 110000 | 100000100 | 1100100 | 11010 |
Color Harmonies of #2C0084
Complementary color
Monochromatic Colors of #2C0084
Black with #2C0084
Text Example
Text Example
White with #2C0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0084; }
p { color: rgb(44,0,132); }
H1.HeaderClassName
{
color: #2C0084;
}
.AnyTagClassName
{
color: #2C0084;
}
</style>
background-color css
<style>
a { background-color: #2C0084; }
a { background-color: rgb(44,0,132); }
div.DivClassName
{
background-color: #2C0084;
}
.BgClassName
{
background-color: #2C0084;
}
</style>
border-color css
<style>
span { border-color: #2C0084; }
span { border-color: rgb(44,0,132); }
td.TdClassName
{
border-color: #2C0084;
}
.TagClassName
{
border-color: #2C0084;
}
</style>