Shades of Persian Indigo #33237A
Tints of Persian Indigo #33237A
RGB
CMYK
RGB Variations
Color information
#33237A (or 0x33237A) is known color: Persian Indigo. HEX triplet: 33, 23 and 7A. RGB value is (51,35,122). Sum of RGB (Red+Green+Blue) = 51+35+122=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #33237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33237A is #CCDC85. Grayscale: #313131. Windows color (decimal): -13425798 or 8004403. OLE color: 8004403.
HSL color Cylindrical-coordinate representation of color #33237A: hue angle of 251.03º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33237A is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 35 | 122 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.52 |
| HSL | 251.03º | 0.55% | 0.31% | - |
| HSV(B) | 251.03º | 0.71% | 0.48% | - |
| XYZ | 5.48 | 3.31 | 18.76 | - |
| YUV | 49.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 122 | 0.58 | 0.71 | 0 | 0.52 | 251.03 | 0.55 | 0.31 |
| Hex | 33 | 23 | 7A | 3A | 47 | 0 | 34 | FB | 37 | 1F |
| Octal | 63 | 43 | 172 | 72 | 107 | 0 | 64 | 373 | 67 | 37 |
| Binary | 110011 | 100011 | 1111010 | 111010 | 1000111 | 0 | 110100 | 11111011 | 110111 | 11111 |
Color Harmonies of #33237A
Complementary color
Monochromatic Colors of #33237A
Black with #33237A
Text Example
Text Example
White with #33237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33237A; }
p { color: rgb(51,35,122); }
H1.HeaderClassName
{
color: #33237A;
}
.AnyTagClassName
{
color: #33237A;
}
</style>
background-color css
<style>
a { background-color: #33237A; }
a { background-color: rgb(51,35,122); }
div.DivClassName
{
background-color: #33237A;
}
.BgClassName
{
background-color: #33237A;
}
</style>
border-color css
<style>
span { border-color: #33237A; }
span { border-color: rgb(51,35,122); }
td.TdClassName
{
border-color: #33237A;
}
.TagClassName
{
border-color: #33237A;
}
</style>