Shades of Persian Indigo #2C237E
Tints of Persian Indigo #2C237E
RGB
CMYK
RGB Variations
Color information
#2C237E (or 0x2C237E) is known color: Persian Indigo. HEX triplet: 2C, 23 and 7E. RGB value is (44,35,126). Sum of RGB (Red+Green+Blue) = 44+35+126=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C237E is #D3DC81. Grayscale: #2F2F2F. Windows color (decimal): -13884546 or 8266540. OLE color: 8266540.
HSL color Cylindrical-coordinate representation of color #2C237E: hue angle of 245.93º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C237E is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 35 | 126 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.51 |
| HSL | 245.93º | 0.57% | 0.32% | - |
| HSV(B) | 245.93º | 0.72% | 0.49% | - |
| XYZ | 5.41 | 3.24 | 20.08 | - |
| YUV | 48.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 126 | 0.65 | 0.72 | 0 | 0.51 | 245.93 | 0.57 | 0.32 |
| Hex | 2C | 23 | 7E | 41 | 48 | 0 | 33 | F6 | 39 | 20 |
| Octal | 54 | 43 | 176 | 101 | 110 | 0 | 63 | 366 | 71 | 40 |
| Binary | 101100 | 100011 | 1111110 | 1000001 | 1001000 | 0 | 110011 | 11110110 | 111001 | 100000 |
Color Harmonies of #2C237E
Complementary color
Monochromatic Colors of #2C237E
Black with #2C237E
Text Example
Text Example
White with #2C237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C237E; }
p { color: rgb(44,35,126); }
H1.HeaderClassName
{
color: #2C237E;
}
.AnyTagClassName
{
color: #2C237E;
}
</style>
background-color css
<style>
a { background-color: #2C237E; }
a { background-color: rgb(44,35,126); }
div.DivClassName
{
background-color: #2C237E;
}
.BgClassName
{
background-color: #2C237E;
}
</style>
border-color css
<style>
span { border-color: #2C237E; }
span { border-color: rgb(44,35,126); }
td.TdClassName
{
border-color: #2C237E;
}
.TagClassName
{
border-color: #2C237E;
}
</style>