Shades of Persian Indigo #32238B
Tints of Persian Indigo #32238B
RGB
CMYK
RGB Variations
Color information
#32238B (or 0x32238B) is known color: Persian Indigo. HEX triplet: 32, 23 and 8B. RGB value is (50,35,139). Sum of RGB (Red+Green+Blue) = 50+35+139=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #32238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32238B is #CDDC74. Grayscale: #323232. Windows color (decimal): -13491317 or 9118514. OLE color: 9118514.
HSL color Cylindrical-coordinate representation of color #32238B: hue angle of 248.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32238B is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 35 | 139 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.45 |
| HSL | 248.65º | 0.6% | 0.34% | - |
| HSV(B) | 248.65º | 0.75% | 0.55% | - |
| XYZ | 6.58 | 3.74 | 24.8 | - |
| YUV | 51.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 139 | 0.64 | 0.75 | 0 | 0.45 | 248.65 | 0.6 | 0.34 |
| Hex | 32 | 23 | 8B | 40 | 4B | 0 | 2D | F9 | 3C | 22 |
| Octal | 62 | 43 | 213 | 100 | 113 | 0 | 55 | 371 | 74 | 42 |
| Binary | 110010 | 100011 | 10001011 | 1000000 | 1001011 | 0 | 101101 | 11111001 | 111100 | 100010 |
Color Harmonies of #32238B
Complementary color
Monochromatic Colors of #32238B
Black with #32238B
Text Example
Text Example
White with #32238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32238B; }
p { color: rgb(50,35,139); }
H1.HeaderClassName
{
color: #32238B;
}
.AnyTagClassName
{
color: #32238B;
}
</style>
background-color css
<style>
a { background-color: #32238B; }
a { background-color: rgb(50,35,139); }
div.DivClassName
{
background-color: #32238B;
}
.BgClassName
{
background-color: #32238B;
}
</style>
border-color css
<style>
span { border-color: #32238B; }
span { border-color: rgb(50,35,139); }
td.TdClassName
{
border-color: #32238B;
}
.TagClassName
{
border-color: #32238B;
}
</style>