Shades of Persian Indigo #2C0B71
Tints of Persian Indigo #2C0B71
RGB
CMYK
RGB Variations
Color information
#2C0B71 (or 0x2C0B71) is known color: Persian Indigo. HEX triplet: 2C, 0B and 71. RGB value is (44,11,113). Sum of RGB (Red+Green+Blue) = 44+11+113=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C0B71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0B71 is #D3F48E. Grayscale: #202020. Windows color (decimal): -13890703 or 7408428. OLE color: 7408428.
HSL color Cylindrical-coordinate representation of color #2C0B71: hue angle of 259.41º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C0B71 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 11 | 113 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.56 |
| HSL | 259.41º | 0.82% | 0.24% | - |
| HSV(B) | 259.41º | 0.9% | 0.44% | - |
| XYZ | 4.14 | 1.97 | 15.78 | - |
| YUV | 32.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 113 | 0.61 | 0.90 | 0 | 0.56 | 259.41 | 0.82 | 0.24 |
| Hex | 2C | B | 71 | 3D | 5A | 0 | 38 | 103 | 52 | 18 |
| Octal | 54 | 13 | 161 | 75 | 132 | 0 | 70 | 403 | 122 | 30 |
| Binary | 101100 | 1011 | 1110001 | 111101 | 1011010 | 0 | 111000 | 100000011 | 1010010 | 11000 |
Color Harmonies of #2C0B71
Complementary color
Monochromatic Colors of #2C0B71
Black with #2C0B71
Text Example
Text Example
White with #2C0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B71; }
p { color: rgb(44,11,113); }
H1.HeaderClassName
{
color: #2C0B71;
}
.AnyTagClassName
{
color: #2C0B71;
}
</style>
background-color css
<style>
a { background-color: #2C0B71; }
a { background-color: rgb(44,11,113); }
div.DivClassName
{
background-color: #2C0B71;
}
.BgClassName
{
background-color: #2C0B71;
}
</style>
border-color css
<style>
span { border-color: #2C0B71; }
span { border-color: rgb(44,11,113); }
td.TdClassName
{
border-color: #2C0B71;
}
.TagClassName
{
border-color: #2C0B71;
}
</style>