Shades of Persian Indigo #32146F
Tints of Persian Indigo #32146F
RGB
CMYK
RGB Variations
Color information
#32146F (or 0x32146F) is known color: Persian Indigo. HEX triplet: 32, 14 and 6F. RGB value is (50,20,111). Sum of RGB (Red+Green+Blue) = 50+20+111=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #32146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32146F is #CDEB90. Grayscale: #272727. Windows color (decimal): -13495185 or 7279666. OLE color: 7279666.
HSL color Cylindrical-coordinate representation of color #32146F: hue angle of 259.78º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32146F is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 20 | 111 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.56 |
| HSL | 259.78º | 0.69% | 0.26% | - |
| HSV(B) | 259.78º | 0.82% | 0.44% | - |
| XYZ | 4.43 | 2.33 | 15.25 | - |
| YUV | 39.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 111 | 0.55 | 0.82 | 0 | 0.56 | 259.78 | 0.69 | 0.26 |
| Hex | 32 | 14 | 6F | 37 | 52 | 0 | 38 | 104 | 45 | 1A |
| Octal | 62 | 24 | 157 | 67 | 122 | 0 | 70 | 404 | 105 | 32 |
| Binary | 110010 | 10100 | 1101111 | 110111 | 1010010 | 0 | 111000 | 100000100 | 1000101 | 11010 |
Color Harmonies of #32146F
Complementary color
Monochromatic Colors of #32146F
Black with #32146F
Text Example
Text Example
White with #32146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32146F; }
p { color: rgb(50,20,111); }
H1.HeaderClassName
{
color: #32146F;
}
.AnyTagClassName
{
color: #32146F;
}
</style>
background-color css
<style>
a { background-color: #32146F; }
a { background-color: rgb(50,20,111); }
div.DivClassName
{
background-color: #32146F;
}
.BgClassName
{
background-color: #32146F;
}
</style>
border-color css
<style>
span { border-color: #32146F; }
span { border-color: rgb(50,20,111); }
td.TdClassName
{
border-color: #32146F;
}
.TagClassName
{
border-color: #32146F;
}
</style>