Shades of Persian Indigo #391AA2
Tints of Persian Indigo #391AA2
RGB
CMYK
RGB Variations
Color information
#391AA2 (or 0x391AA2) is known color: Persian Indigo. HEX triplet: 39, 1A and A2. RGB value is (57,26,162). Sum of RGB (Red+Green+Blue) = 57+26+162=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #391AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391AA2 is #C6E55D. Grayscale: #323232. Windows color (decimal): -13034846 or 10623545. OLE color: 10623545.
HSL color Cylindrical-coordinate representation of color #391AA2: hue angle of 253.68º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391AA2 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 26 | 162 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.36 |
| HSL | 253.68º | 0.72% | 0.37% | - |
| HSV(B) | 253.68º | 0.84% | 0.64% | - |
| XYZ | 8.58 | 4.22 | 34.54 | - |
| YUV | 50.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 162 | 0.65 | 0.84 | 0 | 0.36 | 253.68 | 0.72 | 0.37 |
| Hex | 39 | 1A | A2 | 41 | 54 | 0 | 24 | FE | 48 | 25 |
| Octal | 71 | 32 | 242 | 101 | 124 | 0 | 44 | 376 | 110 | 45 |
| Binary | 111001 | 11010 | 10100010 | 1000001 | 1010100 | 0 | 100100 | 11111110 | 1001000 | 100101 |
Color Harmonies of #391AA2
Complementary color
Monochromatic Colors of #391AA2
Black with #391AA2
Text Example
Text Example
White with #391AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391AA2; }
p { color: rgb(57,26,162); }
H1.HeaderClassName
{
color: #391AA2;
}
.AnyTagClassName
{
color: #391AA2;
}
</style>
background-color css
<style>
a { background-color: #391AA2; }
a { background-color: rgb(57,26,162); }
div.DivClassName
{
background-color: #391AA2;
}
.BgClassName
{
background-color: #391AA2;
}
</style>
border-color css
<style>
span { border-color: #391AA2; }
span { border-color: rgb(57,26,162); }
td.TdClassName
{
border-color: #391AA2;
}
.TagClassName
{
border-color: #391AA2;
}
</style>