Shades of Persian Blue #391EBA
Tints of Persian Blue #391EBA
RGB
CMYK
RGB Variations
Color information
#391EBA (or 0x391EBA) is known color: Persian Blue. HEX triplet: 39, 1E and BA. RGB value is (57,30,186). Sum of RGB (Red+Green+Blue) = 57+30+186=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #391EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EBA is #C6E145. Grayscale: #373737. Windows color (decimal): -13033798 or 12197433. OLE color: 12197433.
HSL color Cylindrical-coordinate representation of color #391EBA: hue angle of 250.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391EBA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 30 | 186 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.27 |
| HSL | 250.38º | 0.72% | 0.42% | - |
| HSV(B) | 250.38º | 0.84% | 0.73% | - |
| XYZ | 11.01 | 5.34 | 46.91 | - |
| YUV | 55.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 186 | 0.69 | 0.84 | 0 | 0.27 | 250.38 | 0.72 | 0.42 |
| Hex | 39 | 1E | BA | 45 | 54 | 0 | 1B | FA | 48 | 2A |
| Octal | 71 | 36 | 272 | 105 | 124 | 0 | 33 | 372 | 110 | 52 |
| Binary | 111001 | 11110 | 10111010 | 1000101 | 1010100 | 0 | 11011 | 11111010 | 1001000 | 101010 |
Color Harmonies of #391EBA
Complementary color
Monochromatic Colors of #391EBA
Black with #391EBA
Text Example
Text Example
White with #391EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391EBA; }
p { color: rgb(57,30,186); }
H1.HeaderClassName
{
color: #391EBA;
}
.AnyTagClassName
{
color: #391EBA;
}
</style>
background-color css
<style>
a { background-color: #391EBA; }
a { background-color: rgb(57,30,186); }
div.DivClassName
{
background-color: #391EBA;
}
.BgClassName
{
background-color: #391EBA;
}
</style>
border-color css
<style>
span { border-color: #391EBA; }
span { border-color: rgb(57,30,186); }
td.TdClassName
{
border-color: #391EBA;
}
.TagClassName
{
border-color: #391EBA;
}
</style>