Shades of Persian Indigo #33277C
Tints of Persian Indigo #33277C
RGB
CMYK
RGB Variations
Color information
#33277C (or 0x33277C) is known color: Persian Indigo. HEX triplet: 33, 27 and 7C. RGB value is (51,39,124). Sum of RGB (Red+Green+Blue) = 51+39+124=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #33277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33277C is #CCD883. Grayscale: #333333. Windows color (decimal): -13424772 or 8136499. OLE color: 8136499.
HSL color Cylindrical-coordinate representation of color #33277C: hue angle of 248.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33277C is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 39 | 124 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.51 |
| HSL | 248.47º | 0.52% | 0.32% | - |
| HSV(B) | 248.47º | 0.69% | 0.49% | - |
| XYZ | 5.73 | 3.61 | 19.46 | - |
| YUV | 52.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 124 | 0.59 | 0.69 | 0 | 0.51 | 248.47 | 0.52 | 0.32 |
| Hex | 33 | 27 | 7C | 3B | 45 | 0 | 33 | F8 | 34 | 20 |
| Octal | 63 | 47 | 174 | 73 | 105 | 0 | 63 | 370 | 64 | 40 |
| Binary | 110011 | 100111 | 1111100 | 111011 | 1000101 | 0 | 110011 | 11111000 | 110100 | 100000 |
Color Harmonies of #33277C
Complementary color
Monochromatic Colors of #33277C
Black with #33277C
Text Example
Text Example
White with #33277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33277C; }
p { color: rgb(51,39,124); }
H1.HeaderClassName
{
color: #33277C;
}
.AnyTagClassName
{
color: #33277C;
}
</style>
background-color css
<style>
a { background-color: #33277C; }
a { background-color: rgb(51,39,124); }
div.DivClassName
{
background-color: #33277C;
}
.BgClassName
{
background-color: #33277C;
}
</style>
border-color css
<style>
span { border-color: #33277C; }
span { border-color: rgb(51,39,124); }
td.TdClassName
{
border-color: #33277C;
}
.TagClassName
{
border-color: #33277C;
}
</style>