Shades of Persian Indigo #2C137F
Tints of Persian Indigo #2C137F
RGB
CMYK
RGB Variations
Color information
#2C137F (or 0x2C137F) is known color: Persian Indigo. HEX triplet: 2C, 13 and 7F. RGB value is (44,19,127). Sum of RGB (Red+Green+Blue) = 44+19+127=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C137F is #D3EC80. Grayscale: #262626. Windows color (decimal): -13888641 or 8327980. OLE color: 8327980.
HSL color Cylindrical-coordinate representation of color #2C137F: hue angle of 253.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C137F is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 19 | 127 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.50 |
| HSL | 253.89º | 0.74% | 0.29% | - |
| HSV(B) | 253.89º | 0.85% | 0.5% | - |
| XYZ | 5.1 | 2.53 | 20.3 | - |
| YUV | 38.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 19 | 127 | 0.65 | 0.85 | 0 | 0.50 | 253.89 | 0.74 | 0.29 |
| Hex | 2C | 13 | 7F | 41 | 55 | 0 | 32 | FE | 4A | 1D |
| Octal | 54 | 23 | 177 | 101 | 125 | 0 | 62 | 376 | 112 | 35 |
| Binary | 101100 | 10011 | 1111111 | 1000001 | 1010101 | 0 | 110010 | 11111110 | 1001010 | 11101 |
Color Harmonies of #2C137F
Complementary color
Monochromatic Colors of #2C137F
Black with #2C137F
Text Example
Text Example
White with #2C137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C137F; }
p { color: rgb(44,19,127); }
H1.HeaderClassName
{
color: #2C137F;
}
.AnyTagClassName
{
color: #2C137F;
}
</style>
background-color css
<style>
a { background-color: #2C137F; }
a { background-color: rgb(44,19,127); }
div.DivClassName
{
background-color: #2C137F;
}
.BgClassName
{
background-color: #2C137F;
}
</style>
border-color css
<style>
span { border-color: #2C137F; }
span { border-color: rgb(44,19,127); }
td.TdClassName
{
border-color: #2C137F;
}
.TagClassName
{
border-color: #2C137F;
}
</style>