Shades of Persian Indigo #33267C
Tints of Persian Indigo #33267C
RGB
CMYK
RGB Variations
Color information
#33267C (or 0x33267C) is known color: Persian Indigo. HEX triplet: 33, 26 and 7C. RGB value is (51,38,124). Sum of RGB (Red+Green+Blue) = 51+38+124=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #33267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33267C is #CCD983. Grayscale: #333333. Windows color (decimal): -13425028 or 8136243. OLE color: 8136243.
HSL color Cylindrical-coordinate representation of color #33267C: hue angle of 249.07º degrees, saturation: 0.53, 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 #33267C is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 38 | 124 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.51 |
| HSL | 249.07º | 0.53% | 0.32% | - |
| HSV(B) | 249.07º | 0.69% | 0.49% | - |
| XYZ | 5.7 | 3.55 | 19.45 | - |
| YUV | 51.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 124 | 0.59 | 0.69 | 0 | 0.51 | 249.07 | 0.53 | 0.32 |
| Hex | 33 | 26 | 7C | 3B | 45 | 0 | 33 | F9 | 35 | 20 |
| Octal | 63 | 46 | 174 | 73 | 105 | 0 | 63 | 371 | 65 | 40 |
| Binary | 110011 | 100110 | 1111100 | 111011 | 1000101 | 0 | 110011 | 11111001 | 110101 | 100000 |
Color Harmonies of #33267C
Complementary color
Monochromatic Colors of #33267C
Black with #33267C
Text Example
Text Example
White with #33267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33267C; }
p { color: rgb(51,38,124); }
H1.HeaderClassName
{
color: #33267C;
}
.AnyTagClassName
{
color: #33267C;
}
</style>
background-color css
<style>
a { background-color: #33267C; }
a { background-color: rgb(51,38,124); }
div.DivClassName
{
background-color: #33267C;
}
.BgClassName
{
background-color: #33267C;
}
</style>
border-color css
<style>
span { border-color: #33267C; }
span { border-color: rgb(51,38,124); }
td.TdClassName
{
border-color: #33267C;
}
.TagClassName
{
border-color: #33267C;
}
</style>