Shades of Persian Indigo #32098A
Tints of Persian Indigo #32098A
RGB
CMYK
RGB Variations
Color information
#32098A (or 0x32098A) is known color: Persian Indigo. HEX triplet: 32, 09 and 8A. RGB value is (50,9,138). Sum of RGB (Red+Green+Blue) = 50+9+138=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #32098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32098A is #CDF675. Grayscale: #232323. Windows color (decimal): -13497974 or 9046322. OLE color: 9046322.
HSL color Cylindrical-coordinate representation of color #32098A: hue angle of 259.07º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32098A is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 9 | 138 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.46 |
| HSL | 259.07º | 0.88% | 0.29% | - |
| HSV(B) | 259.07º | 0.93% | 0.54% | - |
| XYZ | 6 | 2.71 | 24.25 | - |
| YUV | 35.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 138 | 0.64 | 0.93 | 0 | 0.46 | 259.07 | 0.88 | 0.29 |
| Hex | 32 | 9 | 8A | 40 | 5D | 0 | 2E | 103 | 58 | 1D |
| Octal | 62 | 11 | 212 | 100 | 135 | 0 | 56 | 403 | 130 | 35 |
| Binary | 110010 | 1001 | 10001010 | 1000000 | 1011101 | 0 | 101110 | 100000011 | 1011000 | 11101 |
Color Harmonies of #32098A
Complementary color
Monochromatic Colors of #32098A
Black with #32098A
Text Example
Text Example
White with #32098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32098A; }
p { color: rgb(50,9,138); }
H1.HeaderClassName
{
color: #32098A;
}
.AnyTagClassName
{
color: #32098A;
}
</style>
background-color css
<style>
a { background-color: #32098A; }
a { background-color: rgb(50,9,138); }
div.DivClassName
{
background-color: #32098A;
}
.BgClassName
{
background-color: #32098A;
}
</style>
border-color css
<style>
span { border-color: #32098A; }
span { border-color: rgb(50,9,138); }
td.TdClassName
{
border-color: #32098A;
}
.TagClassName
{
border-color: #32098A;
}
</style>