Shades of Persian Blue #391FCD
Tints of Persian Blue #391FCD
RGB
CMYK
RGB Variations
Color information
#391FCD (or 0x391FCD) is known color: Persian Blue. HEX triplet: 39, 1F and CD. RGB value is (57,31,205). Sum of RGB (Red+Green+Blue) = 57+31+205=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #391FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FCD is #C6E032. Grayscale: #393939. Windows color (decimal): -13033523 or 13442873. OLE color: 13442873.
HSL color Cylindrical-coordinate representation of color #391FCD: hue angle of 248.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391FCD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 31 | 205 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.20 |
| HSL | 248.97º | 0.74% | 0.46% | - |
| HSV(B) | 248.97º | 0.85% | 0.8% | - |
| XYZ | 13.2 | 6.26 | 58.27 | - |
| YUV | 58.61 | 210.61 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 205 | 0.72 | 0.85 | 0 | 0.20 | 248.97 | 0.74 | 0.46 |
| Hex | 39 | 1F | CD | 48 | 55 | 0 | 14 | F9 | 4A | 2E |
| Octal | 71 | 37 | 315 | 110 | 125 | 0 | 24 | 371 | 112 | 56 |
| Binary | 111001 | 11111 | 11001101 | 1001000 | 1010101 | 0 | 10100 | 11111001 | 1001010 | 101110 |
Color Harmonies of #391FCD
Complementary color
Monochromatic Colors of #391FCD
Black with #391FCD
Text Example
Text Example
White with #391FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391FCD; }
p { color: rgb(57,31,205); }
H1.HeaderClassName
{
color: #391FCD;
}
.AnyTagClassName
{
color: #391FCD;
}
</style>
background-color css
<style>
a { background-color: #391FCD; }
a { background-color: rgb(57,31,205); }
div.DivClassName
{
background-color: #391FCD;
}
.BgClassName
{
background-color: #391FCD;
}
</style>
border-color css
<style>
span { border-color: #391FCD; }
span { border-color: rgb(57,31,205); }
td.TdClassName
{
border-color: #391FCD;
}
.TagClassName
{
border-color: #391FCD;
}
</style>