Shades of Persian Indigo #32248B
Tints of Persian Indigo #32248B
RGB
CMYK
RGB Variations
Color information
#32248B (or 0x32248B) is known color: Persian Indigo. HEX triplet: 32, 24 and 8B. RGB value is (50,36,139). Sum of RGB (Red+Green+Blue) = 50+36+139=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #32248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32248B is #CDDB74. Grayscale: #333333. Windows color (decimal): -13491061 or 9118770. OLE color: 9118770.
HSL color Cylindrical-coordinate representation of color #32248B: hue angle of 248.16º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32248B is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 36 | 139 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.45 |
| HSL | 248.16º | 0.59% | 0.34% | - |
| HSV(B) | 248.16º | 0.74% | 0.55% | - |
| XYZ | 6.61 | 3.8 | 24.81 | - |
| YUV | 51.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 139 | 0.64 | 0.74 | 0 | 0.45 | 248.16 | 0.59 | 0.34 |
| Hex | 32 | 24 | 8B | 40 | 4A | 0 | 2D | F8 | 3B | 22 |
| Octal | 62 | 44 | 213 | 100 | 112 | 0 | 55 | 370 | 73 | 42 |
| Binary | 110010 | 100100 | 10001011 | 1000000 | 1001010 | 0 | 101101 | 11111000 | 111011 | 100010 |
Color Harmonies of #32248B
Complementary color
Monochromatic Colors of #32248B
Black with #32248B
Text Example
Text Example
White with #32248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32248B; }
p { color: rgb(50,36,139); }
H1.HeaderClassName
{
color: #32248B;
}
.AnyTagClassName
{
color: #32248B;
}
</style>
background-color css
<style>
a { background-color: #32248B; }
a { background-color: rgb(50,36,139); }
div.DivClassName
{
background-color: #32248B;
}
.BgClassName
{
background-color: #32248B;
}
</style>
border-color css
<style>
span { border-color: #32248B; }
span { border-color: rgb(50,36,139); }
td.TdClassName
{
border-color: #32248B;
}
.TagClassName
{
border-color: #32248B;
}
</style>