Shades of Persian Indigo #33267B
Tints of Persian Indigo #33267B
RGB
CMYK
RGB Variations
Color information
#33267B (or 0x33267B) is known color: Persian Indigo. HEX triplet: 33, 26 and 7B. RGB value is (51,38,123). Sum of RGB (Red+Green+Blue) = 51+38+123=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #33267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33267B is #CCD984. Grayscale: #333333. Windows color (decimal): -13425029 or 8070707. OLE color: 8070707.
HSL color Cylindrical-coordinate representation of color #33267B: hue angle of 249.18º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33267B is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 38 | 123 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.52 |
| HSL | 249.18º | 0.53% | 0.32% | - |
| HSV(B) | 249.18º | 0.69% | 0.48% | - |
| XYZ | 5.63 | 3.52 | 19.12 | - |
| YUV | 51.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 123 | 0.59 | 0.69 | 0 | 0.52 | 249.18 | 0.53 | 0.32 |
| Hex | 33 | 26 | 7B | 3B | 45 | 0 | 34 | F9 | 35 | 20 |
| Octal | 63 | 46 | 173 | 73 | 105 | 0 | 64 | 371 | 65 | 40 |
| Binary | 110011 | 100110 | 1111011 | 111011 | 1000101 | 0 | 110100 | 11111001 | 110101 | 100000 |
Color Harmonies of #33267B
Complementary color
Monochromatic Colors of #33267B
Black with #33267B
Text Example
Text Example
White with #33267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33267B; }
p { color: rgb(51,38,123); }
H1.HeaderClassName
{
color: #33267B;
}
.AnyTagClassName
{
color: #33267B;
}
</style>
background-color css
<style>
a { background-color: #33267B; }
a { background-color: rgb(51,38,123); }
div.DivClassName
{
background-color: #33267B;
}
.BgClassName
{
background-color: #33267B;
}
</style>
border-color css
<style>
span { border-color: #33267B; }
span { border-color: rgb(51,38,123); }
td.TdClassName
{
border-color: #33267B;
}
.TagClassName
{
border-color: #33267B;
}
</style>