Shades of Persian Indigo #33287E
Tints of Persian Indigo #33287E
RGB
CMYK
RGB Variations
Color information
#33287E (or 0x33287E) is known color: Persian Indigo. HEX triplet: 33, 28 and 7E. RGB value is (51,40,126). Sum of RGB (Red+Green+Blue) = 51+40+126=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #33287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33287E is #CCD781. Grayscale: #343434. Windows color (decimal): -13424514 or 8267827. OLE color: 8267827.
HSL color Cylindrical-coordinate representation of color #33287E: hue angle of 247.67º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33287E is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 40 | 126 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.51 |
| HSL | 247.67º | 0.52% | 0.33% | - |
| HSV(B) | 247.67º | 0.68% | 0.49% | - |
| XYZ | 5.89 | 3.73 | 20.15 | - |
| YUV | 53.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 126 | 0.60 | 0.68 | 0 | 0.51 | 247.67 | 0.52 | 0.33 |
| Hex | 33 | 28 | 7E | 3C | 44 | 0 | 33 | F8 | 34 | 21 |
| Octal | 63 | 50 | 176 | 74 | 104 | 0 | 63 | 370 | 64 | 41 |
| Binary | 110011 | 101000 | 1111110 | 111100 | 1000100 | 0 | 110011 | 11111000 | 110100 | 100001 |
Color Harmonies of #33287E
Complementary color
Monochromatic Colors of #33287E
Black with #33287E
Text Example
Text Example
White with #33287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33287E; }
p { color: rgb(51,40,126); }
H1.HeaderClassName
{
color: #33287E;
}
.AnyTagClassName
{
color: #33287E;
}
</style>
background-color css
<style>
a { background-color: #33287E; }
a { background-color: rgb(51,40,126); }
div.DivClassName
{
background-color: #33287E;
}
.BgClassName
{
background-color: #33287E;
}
</style>
border-color css
<style>
span { border-color: #33287E; }
span { border-color: rgb(51,40,126); }
td.TdClassName
{
border-color: #33287E;
}
.TagClassName
{
border-color: #33287E;
}
</style>