Shades of Persian Indigo #32069A
Tints of Persian Indigo #32069A
RGB
CMYK
RGB Variations
Color information
#32069A (or 0x32069A) is known color: Persian Indigo. HEX triplet: 32, 06 and 9A. RGB value is (50,6,154). Sum of RGB (Red+Green+Blue) = 50+6+154=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #32069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32069A is #CDF965. Grayscale: #232323. Windows color (decimal): -13498726 or 10094130. OLE color: 10094130.
HSL color Cylindrical-coordinate representation of color #32069A: hue angle of 257.84º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32069A is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 6 | 154 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.40 |
| HSL | 257.84º | 0.93% | 0.31% | - |
| HSV(B) | 257.84º | 0.96% | 0.6% | - |
| XYZ | 7.21 | 3.14 | 30.8 | - |
| YUV | 36.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 154 | 0.68 | 0.96 | 0 | 0.40 | 257.84 | 0.93 | 0.31 |
| Hex | 32 | 6 | 9A | 44 | 60 | 0 | 28 | 102 | 5C | 1F |
| Octal | 62 | 6 | 232 | 104 | 140 | 0 | 50 | 402 | 134 | 37 |
| Binary | 110010 | 110 | 10011010 | 1000100 | 1100000 | 0 | 101000 | 100000010 | 1011100 | 11111 |
Color Harmonies of #32069A
Complementary color
Monochromatic Colors of #32069A
Black with #32069A
Text Example
Text Example
White with #32069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32069A; }
p { color: rgb(50,6,154); }
H1.HeaderClassName
{
color: #32069A;
}
.AnyTagClassName
{
color: #32069A;
}
</style>
background-color css
<style>
a { background-color: #32069A; }
a { background-color: rgb(50,6,154); }
div.DivClassName
{
background-color: #32069A;
}
.BgClassName
{
background-color: #32069A;
}
</style>
border-color css
<style>
span { border-color: #32069A; }
span { border-color: rgb(50,6,154); }
td.TdClassName
{
border-color: #32069A;
}
.TagClassName
{
border-color: #32069A;
}
</style>