Shades of Persian Indigo #2C147E
Tints of Persian Indigo #2C147E
RGB
CMYK
RGB Variations
Color information
#2C147E (or 0x2C147E) is known color: Persian Indigo. HEX triplet: 2C, 14 and 7E. RGB value is (44,20,126). Sum of RGB (Red+Green+Blue) = 44+20+126=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 126 (49.61% from 255 or 66.32% from 190); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C147E is #D3EB81. Grayscale: #262626. Windows color (decimal): -13888386 or 8262700. OLE color: 8262700.
HSL color Cylindrical-coordinate representation of color #2C147E: hue angle of 253.58º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C147E is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 20 | 126 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.51 |
| HSL | 253.58º | 0.73% | 0.29% | - |
| HSV(B) | 253.58º | 0.84% | 0.49% | - |
| XYZ | 5.05 | 2.54 | 19.96 | - |
| YUV | 39.26 | 176.95 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 20 | 126 | 0.65 | 0.84 | 0 | 0.51 | 253.58 | 0.73 | 0.29 |
| Hex | 2C | 14 | 7E | 41 | 54 | 0 | 33 | FE | 49 | 1D |
| Octal | 54 | 24 | 176 | 101 | 124 | 0 | 63 | 376 | 111 | 35 |
| Binary | 101100 | 10100 | 1111110 | 1000001 | 1010100 | 0 | 110011 | 11111110 | 1001001 | 11101 |
Color Harmonies of #2C147E
Complementary color
Monochromatic Colors of #2C147E
Black with #2C147E
Text Example
Text Example
White with #2C147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C147E; }
p { color: rgb(44,20,126); }
H1.HeaderClassName
{
color: #2C147E;
}
.AnyTagClassName
{
color: #2C147E;
}
</style>
background-color css
<style>
a { background-color: #2C147E; }
a { background-color: rgb(44,20,126); }
div.DivClassName
{
background-color: #2C147E;
}
.BgClassName
{
background-color: #2C147E;
}
</style>
border-color css
<style>
span { border-color: #2C147E; }
span { border-color: rgb(44,20,126); }
td.TdClassName
{
border-color: #2C147E;
}
.TagClassName
{
border-color: #2C147E;
}
</style>