Shades of Persian Indigo #32238A
Tints of Persian Indigo #32238A
RGB
CMYK
RGB Variations
Color information
#32238A (or 0x32238A) is known color: Persian Indigo. HEX triplet: 32, 23 and 8A. RGB value is (50,35,138). Sum of RGB (Red+Green+Blue) = 50+35+138=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #32238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32238A is #CDDC75. Grayscale: #323232. Windows color (decimal): -13491318 or 9052978. OLE color: 9052978.
HSL color Cylindrical-coordinate representation of color #32238A: hue angle of 248.74º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32238A is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 35 | 138 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.46 |
| HSL | 248.74º | 0.6% | 0.34% | - |
| HSV(B) | 248.74º | 0.75% | 0.54% | - |
| XYZ | 6.5 | 3.72 | 24.42 | - |
| YUV | 51.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 138 | 0.64 | 0.75 | 0 | 0.46 | 248.74 | 0.6 | 0.34 |
| Hex | 32 | 23 | 8A | 40 | 4B | 0 | 2E | F9 | 3C | 22 |
| Octal | 62 | 43 | 212 | 100 | 113 | 0 | 56 | 371 | 74 | 42 |
| Binary | 110010 | 100011 | 10001010 | 1000000 | 1001011 | 0 | 101110 | 11111001 | 111100 | 100010 |
Color Harmonies of #32238A
Complementary color
Monochromatic Colors of #32238A
Black with #32238A
Text Example
Text Example
White with #32238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32238A; }
p { color: rgb(50,35,138); }
H1.HeaderClassName
{
color: #32238A;
}
.AnyTagClassName
{
color: #32238A;
}
</style>
background-color css
<style>
a { background-color: #32238A; }
a { background-color: rgb(50,35,138); }
div.DivClassName
{
background-color: #32238A;
}
.BgClassName
{
background-color: #32238A;
}
</style>
border-color css
<style>
span { border-color: #32238A; }
span { border-color: rgb(50,35,138); }
td.TdClassName
{
border-color: #32238A;
}
.TagClassName
{
border-color: #32238A;
}
</style>