Shades of Persian Indigo #33218B
Tints of Persian Indigo #33218B
RGB
CMYK
RGB Variations
Color information
#33218B (or 0x33218B) is known color: Persian Indigo. HEX triplet: 33, 21 and 8B. RGB value is (51,33,139). Sum of RGB (Red+Green+Blue) = 51+33+139=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #33218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33218B is #CCDE74. Grayscale: #323232. Windows color (decimal): -13426293 or 9118003. OLE color: 9118003.
HSL color Cylindrical-coordinate representation of color #33218B: hue angle of 250.19º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33218B is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 33 | 139 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.45 |
| HSL | 250.19º | 0.62% | 0.34% | - |
| HSV(B) | 250.19º | 0.76% | 0.55% | - |
| XYZ | 6.57 | 3.66 | 24.79 | - |
| YUV | 50.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 139 | 0.63 | 0.76 | 0 | 0.45 | 250.19 | 0.62 | 0.34 |
| Hex | 33 | 21 | 8B | 3F | 4C | 0 | 2D | FA | 3E | 22 |
| Octal | 63 | 41 | 213 | 77 | 114 | 0 | 55 | 372 | 76 | 42 |
| Binary | 110011 | 100001 | 10001011 | 111111 | 1001100 | 0 | 101101 | 11111010 | 111110 | 100010 |
Color Harmonies of #33218B
Complementary color
Monochromatic Colors of #33218B
Black with #33218B
Text Example
Text Example
White with #33218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33218B; }
p { color: rgb(51,33,139); }
H1.HeaderClassName
{
color: #33218B;
}
.AnyTagClassName
{
color: #33218B;
}
</style>
background-color css
<style>
a { background-color: #33218B; }
a { background-color: rgb(51,33,139); }
div.DivClassName
{
background-color: #33218B;
}
.BgClassName
{
background-color: #33218B;
}
</style>
border-color css
<style>
span { border-color: #33218B; }
span { border-color: rgb(51,33,139); }
td.TdClassName
{
border-color: #33218B;
}
.TagClassName
{
border-color: #33218B;
}
</style>