Shades of Persian Blue #391FCC
Tints of Persian Blue #391FCC
RGB
CMYK
RGB Variations
Color information
#391FCC (or 0x391FCC) is known color: Persian Blue. HEX triplet: 39, 1F and CC. RGB value is (57,31,204). Sum of RGB (Red+Green+Blue) = 57+31+204=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #391FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391FCC is #C6E033. Grayscale: #393939. Windows color (decimal): -13033524 or 13377337. OLE color: 13377337.
HSL color Cylindrical-coordinate representation of color #391FCC: hue angle of 249.02º 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 #391FCC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 31 | 204 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.2 |
| HSL | 249.02º | 0.74% | 0.46% | - |
| HSV(B) | 249.02º | 0.85% | 0.8% | - |
| XYZ | 13.08 | 6.21 | 57.64 | - |
| YUV | 58.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 204 | 0.72 | 0.85 | 0 | 0.2 | 249.02 | 0.74 | 0.46 |
| Hex | 39 | 1F | CC | 48 | 55 | 0 | 14 | F9 | 4A | 2E |
| Octal | 71 | 37 | 314 | 110 | 125 | 0 | 24 | 371 | 112 | 56 |
| Binary | 111001 | 11111 | 11001100 | 1001000 | 1010101 | 0 | 10100 | 11111001 | 1001010 | 101110 |
Color Harmonies of #391FCC
Complementary color
Monochromatic Colors of #391FCC
Black with #391FCC
Text Example
Text Example
White with #391FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391FCC; }
p { color: rgb(57,31,204); }
H1.HeaderClassName
{
color: #391FCC;
}
.AnyTagClassName
{
color: #391FCC;
}
</style>
background-color css
<style>
a { background-color: #391FCC; }
a { background-color: rgb(57,31,204); }
div.DivClassName
{
background-color: #391FCC;
}
.BgClassName
{
background-color: #391FCC;
}
</style>
border-color css
<style>
span { border-color: #391FCC; }
span { border-color: rgb(57,31,204); }
td.TdClassName
{
border-color: #391FCC;
}
.TagClassName
{
border-color: #391FCC;
}
</style>