Shades of Persian Indigo #32097C
Tints of Persian Indigo #32097C
RGB
CMYK
RGB Variations
Color information
#32097C (or 0x32097C) is known color: Persian Indigo. HEX triplet: 32, 09 and 7C. RGB value is (50,9,124). Sum of RGB (Red+Green+Blue) = 50+9+124=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #32097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32097C is #CDF683. Grayscale: #212121. Windows color (decimal): -13497988 or 8128818. OLE color: 8128818.
HSL color Cylindrical-coordinate representation of color #32097C: hue angle of 261.39º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32097C is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 9 | 124 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.51 |
| HSL | 261.39º | 0.86% | 0.26% | - |
| HSV(B) | 261.39º | 0.93% | 0.49% | - |
| XYZ | 5.05 | 2.33 | 19.25 | - |
| YUV | 34.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 124 | 0.60 | 0.93 | 0 | 0.51 | 261.39 | 0.86 | 0.26 |
| Hex | 32 | 9 | 7C | 3C | 5D | 0 | 33 | 105 | 56 | 1A |
| Octal | 62 | 11 | 174 | 74 | 135 | 0 | 63 | 405 | 126 | 32 |
| Binary | 110010 | 1001 | 1111100 | 111100 | 1011101 | 0 | 110011 | 100000101 | 1010110 | 11010 |
Color Harmonies of #32097C
Complementary color
Monochromatic Colors of #32097C
Black with #32097C
Text Example
Text Example
White with #32097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32097C; }
p { color: rgb(50,9,124); }
H1.HeaderClassName
{
color: #32097C;
}
.AnyTagClassName
{
color: #32097C;
}
</style>
background-color css
<style>
a { background-color: #32097C; }
a { background-color: rgb(50,9,124); }
div.DivClassName
{
background-color: #32097C;
}
.BgClassName
{
background-color: #32097C;
}
</style>
border-color css
<style>
span { border-color: #32097C; }
span { border-color: rgb(50,9,124); }
td.TdClassName
{
border-color: #32097C;
}
.TagClassName
{
border-color: #32097C;
}
</style>