Shades of Persian Indigo #2C0B8B
Tints of Persian Indigo #2C0B8B
RGB
CMYK
RGB Variations
Color information
#2C0B8B (or 0x2C0B8B) is known color: Persian Indigo. HEX triplet: 2C, 0B and 8B. RGB value is (44,11,139). Sum of RGB (Red+Green+Blue) = 44+11+139=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C0B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0B8B is #D3F474. Grayscale: #222222. Windows color (decimal): -13890677 or 9112364. OLE color: 9112364.
HSL color Cylindrical-coordinate representation of color #2C0B8B: hue angle of 255.47º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0B8B is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 11 | 139 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.45 |
| HSL | 255.47º | 0.85% | 0.29% | - |
| HSV(B) | 255.47º | 0.92% | 0.55% | - |
| XYZ | 5.82 | 2.64 | 24.63 | - |
| YUV | 35.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 11 | 139 | 0.68 | 0.92 | 0 | 0.45 | 255.47 | 0.85 | 0.29 |
| Hex | 2C | B | 8B | 44 | 5C | 0 | 2D | FF | 55 | 1D |
| Octal | 54 | 13 | 213 | 104 | 134 | 0 | 55 | 377 | 125 | 35 |
| Binary | 101100 | 1011 | 10001011 | 1000100 | 1011100 | 0 | 101101 | 11111111 | 1010101 | 11101 |
Color Harmonies of #2C0B8B
Complementary color
Monochromatic Colors of #2C0B8B
Black with #2C0B8B
Text Example
Text Example
White with #2C0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0B8B; }
p { color: rgb(44,11,139); }
H1.HeaderClassName
{
color: #2C0B8B;
}
.AnyTagClassName
{
color: #2C0B8B;
}
</style>
background-color css
<style>
a { background-color: #2C0B8B; }
a { background-color: rgb(44,11,139); }
div.DivClassName
{
background-color: #2C0B8B;
}
.BgClassName
{
background-color: #2C0B8B;
}
</style>
border-color css
<style>
span { border-color: #2C0B8B; }
span { border-color: rgb(44,11,139); }
td.TdClassName
{
border-color: #2C0B8B;
}
.TagClassName
{
border-color: #2C0B8B;
}
</style>