Shades of Persian Indigo #32267B
Tints of Persian Indigo #32267B
RGB
CMYK
RGB Variations
Color information
#32267B (or 0x32267B) is known color: Persian Indigo. HEX triplet: 32, 26 and 7B. RGB value is (50,38,123). Sum of RGB (Red+Green+Blue) = 50+38+123=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #32267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32267B is #CDD984. Grayscale: #323232. Windows color (decimal): -13490565 or 8070706. OLE color: 8070706.
HSL color Cylindrical-coordinate representation of color #32267B: hue angle of 248.47º 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 #32267B is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 38 | 123 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.52 |
| HSL | 248.47º | 0.53% | 0.32% | - |
| HSV(B) | 248.47º | 0.69% | 0.48% | - |
| XYZ | 5.58 | 3.49 | 19.12 | - |
| YUV | 51.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 123 | 0.59 | 0.69 | 0 | 0.52 | 248.47 | 0.53 | 0.32 |
| Hex | 32 | 26 | 7B | 3B | 45 | 0 | 34 | F8 | 35 | 20 |
| Octal | 62 | 46 | 173 | 73 | 105 | 0 | 64 | 370 | 65 | 40 |
| Binary | 110010 | 100110 | 1111011 | 111011 | 1000101 | 0 | 110100 | 11111000 | 110101 | 100000 |
Color Harmonies of #32267B
Complementary color
Monochromatic Colors of #32267B
Black with #32267B
Text Example
Text Example
White with #32267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32267B; }
p { color: rgb(50,38,123); }
H1.HeaderClassName
{
color: #32267B;
}
.AnyTagClassName
{
color: #32267B;
}
</style>
background-color css
<style>
a { background-color: #32267B; }
a { background-color: rgb(50,38,123); }
div.DivClassName
{
background-color: #32267B;
}
.BgClassName
{
background-color: #32267B;
}
</style>
border-color css
<style>
span { border-color: #32267B; }
span { border-color: rgb(50,38,123); }
td.TdClassName
{
border-color: #32267B;
}
.TagClassName
{
border-color: #32267B;
}
</style>