Shades of Persian Indigo #33247C
Tints of Persian Indigo #33247C
RGB
CMYK
RGB Variations
Color information
#33247C (or 0x33247C) is known color: Persian Indigo. HEX triplet: 33, 24 and 7C. RGB value is (51,36,124). Sum of RGB (Red+Green+Blue) = 51+36+124=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #33247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33247C is #CCDB83. Grayscale: #323232. Windows color (decimal): -13425540 or 8135731. OLE color: 8135731.
HSL color Cylindrical-coordinate representation of color #33247C: hue angle of 250.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33247C is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 36 | 124 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.51 |
| HSL | 250.23º | 0.55% | 0.31% | - |
| HSV(B) | 250.23º | 0.71% | 0.49% | - |
| XYZ | 5.63 | 3.42 | 19.43 | - |
| YUV | 50.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 124 | 0.59 | 0.71 | 0 | 0.51 | 250.23 | 0.55 | 0.31 |
| Hex | 33 | 24 | 7C | 3B | 47 | 0 | 33 | FA | 37 | 1F |
| Octal | 63 | 44 | 174 | 73 | 107 | 0 | 63 | 372 | 67 | 37 |
| Binary | 110011 | 100100 | 1111100 | 111011 | 1000111 | 0 | 110011 | 11111010 | 110111 | 11111 |
Color Harmonies of #33247C
Complementary color
Monochromatic Colors of #33247C
Black with #33247C
Text Example
Text Example
White with #33247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33247C; }
p { color: rgb(51,36,124); }
H1.HeaderClassName
{
color: #33247C;
}
.AnyTagClassName
{
color: #33247C;
}
</style>
background-color css
<style>
a { background-color: #33247C; }
a { background-color: rgb(51,36,124); }
div.DivClassName
{
background-color: #33247C;
}
.BgClassName
{
background-color: #33247C;
}
</style>
border-color css
<style>
span { border-color: #33247C; }
span { border-color: rgb(51,36,124); }
td.TdClassName
{
border-color: #33247C;
}
.TagClassName
{
border-color: #33247C;
}
</style>