Shades of Persian Indigo #2C247F
Tints of Persian Indigo #2C247F
RGB
CMYK
RGB Variations
Color information
#2C247F (or 0x2C247F) is known color: Persian Indigo. HEX triplet: 2C, 24 and 7F. RGB value is (44,36,127). Sum of RGB (Red+Green+Blue) = 44+36+127=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C247F is #D3DB80. Grayscale: #303030. Windows color (decimal): -13884289 or 8332332. OLE color: 8332332.
HSL color Cylindrical-coordinate representation of color #2C247F: hue angle of 245.27º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C247F is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 36 | 127 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.50 |
| HSL | 245.27º | 0.56% | 0.32% | - |
| HSV(B) | 245.27º | 0.72% | 0.5% | - |
| XYZ | 5.5 | 3.33 | 20.43 | - |
| YUV | 48.77 | 172.15 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 127 | 0.65 | 0.72 | 0 | 0.50 | 245.27 | 0.56 | 0.32 |
| Hex | 2C | 24 | 7F | 41 | 48 | 0 | 32 | F5 | 38 | 20 |
| Octal | 54 | 44 | 177 | 101 | 110 | 0 | 62 | 365 | 70 | 40 |
| Binary | 101100 | 100100 | 1111111 | 1000001 | 1001000 | 0 | 110010 | 11110101 | 111000 | 100000 |
Color Harmonies of #2C247F
Complementary color
Monochromatic Colors of #2C247F
Black with #2C247F
Text Example
Text Example
White with #2C247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C247F; }
p { color: rgb(44,36,127); }
H1.HeaderClassName
{
color: #2C247F;
}
.AnyTagClassName
{
color: #2C247F;
}
</style>
background-color css
<style>
a { background-color: #2C247F; }
a { background-color: rgb(44,36,127); }
div.DivClassName
{
background-color: #2C247F;
}
.BgClassName
{
background-color: #2C247F;
}
</style>
border-color css
<style>
span { border-color: #2C247F; }
span { border-color: rgb(44,36,127); }
td.TdClassName
{
border-color: #2C247F;
}
.TagClassName
{
border-color: #2C247F;
}
</style>