Shades of Persian Indigo #321F8A
Tints of Persian Indigo #321F8A
RGB
CMYK
RGB Variations
Color information
#321F8A (or 0x321F8A) is known color: Persian Indigo. HEX triplet: 32, 1F and 8A. RGB value is (50,31,138). Sum of RGB (Red+Green+Blue) = 50+31+138=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #321F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321F8A is #CDE075. Grayscale: #303030. Windows color (decimal): -13492342 or 9051954. OLE color: 9051954.
HSL color Cylindrical-coordinate representation of color #321F8A: hue angle of 250.65º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321F8A is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 31 | 138 | - |
| CMYK | 0.64 | 0.78 | 0 | 0.46 |
| HSL | 250.65º | 0.63% | 0.33% | - |
| HSV(B) | 250.65º | 0.78% | 0.54% | - |
| XYZ | 6.39 | 3.49 | 24.38 | - |
| YUV | 48.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 138 | 0.64 | 0.78 | 0 | 0.46 | 250.65 | 0.63 | 0.33 |
| Hex | 32 | 1F | 8A | 40 | 4E | 0 | 2E | FB | 3F | 21 |
| Octal | 62 | 37 | 212 | 100 | 116 | 0 | 56 | 373 | 77 | 41 |
| Binary | 110010 | 11111 | 10001010 | 1000000 | 1001110 | 0 | 101110 | 11111011 | 111111 | 100001 |
Color Harmonies of #321F8A
Complementary color
Monochromatic Colors of #321F8A
Black with #321F8A
Text Example
Text Example
White with #321F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F8A; }
p { color: rgb(50,31,138); }
H1.HeaderClassName
{
color: #321F8A;
}
.AnyTagClassName
{
color: #321F8A;
}
</style>
background-color css
<style>
a { background-color: #321F8A; }
a { background-color: rgb(50,31,138); }
div.DivClassName
{
background-color: #321F8A;
}
.BgClassName
{
background-color: #321F8A;
}
</style>
border-color css
<style>
span { border-color: #321F8A; }
span { border-color: rgb(50,31,138); }
td.TdClassName
{
border-color: #321F8A;
}
.TagClassName
{
border-color: #321F8A;
}
</style>