Shades of Persian Indigo #2C2481
Tints of Persian Indigo #2C2481
RGB
CMYK
RGB Variations
Color information
#2C2481 (or 0x2C2481) is known color: Persian Indigo. HEX triplet: 2C, 24 and 81. RGB value is (44,36,129). Sum of RGB (Red+Green+Blue) = 44+36+129=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 129 (50.78% from 255 or 61.72% from 209); Max value from RGB is 129 - color contains mainly: blue. Hex color #2C2481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2481 is #D3DB7E. Grayscale: #303030. Windows color (decimal): -13884287 or 8463404. OLE color: 8463404.
HSL color Cylindrical-coordinate representation of color #2C2481: hue angle of 245.16º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2481 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 36 | 129 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.49 |
| HSL | 245.16º | 0.56% | 0.32% | - |
| HSV(B) | 245.16º | 0.72% | 0.51% | - |
| XYZ | 5.63 | 3.38 | 21.12 | - |
| YUV | 48.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 129 | 0.66 | 0.72 | 0 | 0.49 | 245.16 | 0.56 | 0.32 |
| Hex | 2C | 24 | 81 | 42 | 48 | 0 | 31 | F5 | 38 | 20 |
| Octal | 54 | 44 | 201 | 102 | 110 | 0 | 61 | 365 | 70 | 40 |
| Binary | 101100 | 100100 | 10000001 | 1000010 | 1001000 | 0 | 110001 | 11110101 | 111000 | 100000 |
Color Harmonies of #2C2481
Complementary color
Monochromatic Colors of #2C2481
Black with #2C2481
Text Example
Text Example
White with #2C2481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2481; }
p { color: rgb(44,36,129); }
H1.HeaderClassName
{
color: #2C2481;
}
.AnyTagClassName
{
color: #2C2481;
}
</style>
background-color css
<style>
a { background-color: #2C2481; }
a { background-color: rgb(44,36,129); }
div.DivClassName
{
background-color: #2C2481;
}
.BgClassName
{
background-color: #2C2481;
}
</style>
border-color css
<style>
span { border-color: #2C2481; }
span { border-color: rgb(44,36,129); }
td.TdClassName
{
border-color: #2C2481;
}
.TagClassName
{
border-color: #2C2481;
}
</style>