Shades of Persian Indigo #2C2388
Tints of Persian Indigo #2C2388
RGB
CMYK
RGB Variations
Color information
#2C2388 (or 0x2C2388) is known color: Persian Indigo. HEX triplet: 2C, 23 and 88. RGB value is (44,35,136). Sum of RGB (Red+Green+Blue) = 44+35+136=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C2388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2388 is #D3DC77. Grayscale: #303030. Windows color (decimal): -13884536 or 8921900. OLE color: 8921900.
HSL color Cylindrical-coordinate representation of color #2C2388: hue angle of 245.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2388 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 35 | 136 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.47 |
| HSL | 245.35º | 0.59% | 0.34% | - |
| HSV(B) | 245.35º | 0.74% | 0.53% | - |
| XYZ | 6.08 | 3.52 | 23.65 | - |
| YUV | 49.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 136 | 0.68 | 0.74 | 0 | 0.47 | 245.35 | 0.59 | 0.34 |
| Hex | 2C | 23 | 88 | 44 | 4A | 0 | 2F | F5 | 3B | 22 |
| Octal | 54 | 43 | 210 | 104 | 112 | 0 | 57 | 365 | 73 | 42 |
| Binary | 101100 | 100011 | 10001000 | 1000100 | 1001010 | 0 | 101111 | 11110101 | 111011 | 100010 |
Color Harmonies of #2C2388
Complementary color
Monochromatic Colors of #2C2388
Black with #2C2388
Text Example
Text Example
White with #2C2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2388; }
p { color: rgb(44,35,136); }
H1.HeaderClassName
{
color: #2C2388;
}
.AnyTagClassName
{
color: #2C2388;
}
</style>
background-color css
<style>
a { background-color: #2C2388; }
a { background-color: rgb(44,35,136); }
div.DivClassName
{
background-color: #2C2388;
}
.BgClassName
{
background-color: #2C2388;
}
</style>
border-color css
<style>
span { border-color: #2C2388; }
span { border-color: rgb(44,35,136); }
td.TdClassName
{
border-color: #2C2388;
}
.TagClassName
{
border-color: #2C2388;
}
</style>