Shades of Persian Indigo #2C237F
Tints of Persian Indigo #2C237F
RGB
CMYK
RGB Variations
Color information
#2C237F (or 0x2C237F) is known color: Persian Indigo. HEX triplet: 2C, 23 and 7F. RGB value is (44,35,127). Sum of RGB (Red+Green+Blue) = 44+35+127=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #2C237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C237F is #D3DC80. Grayscale: #2F2F2F. Windows color (decimal): -13884545 or 8332076. OLE color: 8332076.
HSL color Cylindrical-coordinate representation of color #2C237F: hue angle of 245.87º degrees, saturation: 0.57, 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 #2C237F is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 35 | 127 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.50 |
| HSL | 245.87º | 0.57% | 0.32% | - |
| HSV(B) | 245.87º | 0.72% | 0.5% | - |
| XYZ | 5.47 | 3.27 | 20.42 | - |
| YUV | 48.18 | 172.48 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 127 | 0.65 | 0.72 | 0 | 0.50 | 245.87 | 0.57 | 0.32 |
| Hex | 2C | 23 | 7F | 41 | 48 | 0 | 32 | F6 | 39 | 20 |
| Octal | 54 | 43 | 177 | 101 | 110 | 0 | 62 | 366 | 71 | 40 |
| Binary | 101100 | 100011 | 1111111 | 1000001 | 1001000 | 0 | 110010 | 11110110 | 111001 | 100000 |
Color Harmonies of #2C237F
Complementary color
Monochromatic Colors of #2C237F
Black with #2C237F
Text Example
Text Example
White with #2C237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C237F; }
p { color: rgb(44,35,127); }
H1.HeaderClassName
{
color: #2C237F;
}
.AnyTagClassName
{
color: #2C237F;
}
</style>
background-color css
<style>
a { background-color: #2C237F; }
a { background-color: rgb(44,35,127); }
div.DivClassName
{
background-color: #2C237F;
}
.BgClassName
{
background-color: #2C237F;
}
</style>
border-color css
<style>
span { border-color: #2C237F; }
span { border-color: rgb(44,35,127); }
td.TdClassName
{
border-color: #2C237F;
}
.TagClassName
{
border-color: #2C237F;
}
</style>