Shades of Persian Indigo #2C158B
Tints of Persian Indigo #2C158B
RGB
CMYK
RGB Variations
Color information
#2C158B (or 0x2C158B) is known color: Persian Indigo. HEX triplet: 2C, 15 and 8B. RGB value is (44,21,139). Sum of RGB (Red+Green+Blue) = 44+21+139=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C158B is #D3EA74. Grayscale: #282828. Windows color (decimal): -13888117 or 9114924. OLE color: 9114924.
HSL color Cylindrical-coordinate representation of color #2C158B: hue angle of 251.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C158B is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 21 | 139 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.45 |
| HSL | 251.69º | 0.74% | 0.31% | - |
| HSV(B) | 251.69º | 0.85% | 0.55% | - |
| XYZ | 5.97 | 2.94 | 24.68 | - |
| YUV | 41.33 | 183.12 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 21 | 139 | 0.68 | 0.85 | 0 | 0.45 | 251.69 | 0.74 | 0.31 |
| Hex | 2C | 15 | 8B | 44 | 55 | 0 | 2D | FC | 4A | 1F |
| Octal | 54 | 25 | 213 | 104 | 125 | 0 | 55 | 374 | 112 | 37 |
| Binary | 101100 | 10101 | 10001011 | 1000100 | 1010101 | 0 | 101101 | 11111100 | 1001010 | 11111 |
Color Harmonies of #2C158B
Complementary color
Monochromatic Colors of #2C158B
Black with #2C158B
Text Example
Text Example
White with #2C158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C158B; }
p { color: rgb(44,21,139); }
H1.HeaderClassName
{
color: #2C158B;
}
.AnyTagClassName
{
color: #2C158B;
}
</style>
background-color css
<style>
a { background-color: #2C158B; }
a { background-color: rgb(44,21,139); }
div.DivClassName
{
background-color: #2C158B;
}
.BgClassName
{
background-color: #2C158B;
}
</style>
border-color css
<style>
span { border-color: #2C158B; }
span { border-color: rgb(44,21,139); }
td.TdClassName
{
border-color: #2C158B;
}
.TagClassName
{
border-color: #2C158B;
}
</style>