Shades of Persian Blue #392BC5
Tints of Persian Blue #392BC5
RGB
CMYK
RGB Variations
Color information
#392BC5 (or 0x392BC5) is known color: Persian Blue. HEX triplet: 39, 2B and C5. RGB value is (57,43,197). Sum of RGB (Red+Green+Blue) = 57+43+197=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 197 (77.34% from 255 or 66.33% from 297); Max value from RGB is 197 - color contains mainly: blue. Hex color #392BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BC5 is #C6D43A. Grayscale: #404040. Windows color (decimal): -13030459 or 12921657. OLE color: 12921657.
HSL color Cylindrical-coordinate representation of color #392BC5: hue angle of 245.45º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392BC5 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 43 | 197 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.23 |
| HSL | 245.45º | 0.64% | 0.47% | - |
| HSV(B) | 245.45º | 0.78% | 0.77% | - |
| XYZ | 12.63 | 6.63 | 53.44 | - |
| YUV | 64.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 197 | 0.71 | 0.78 | 0 | 0.23 | 245.45 | 0.64 | 0.47 |
| Hex | 39 | 2B | C5 | 47 | 4E | 0 | 17 | F5 | 40 | 2F |
| Octal | 71 | 53 | 305 | 107 | 116 | 0 | 27 | 365 | 100 | 57 |
| Binary | 111001 | 101011 | 11000101 | 1000111 | 1001110 | 0 | 10111 | 11110101 | 1000000 | 101111 |
Color Harmonies of #392BC5
Complementary color
Monochromatic Colors of #392BC5
Black with #392BC5
Text Example
Text Example
White with #392BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392BC5; }
p { color: rgb(57,43,197); }
H1.HeaderClassName
{
color: #392BC5;
}
.AnyTagClassName
{
color: #392BC5;
}
</style>
background-color css
<style>
a { background-color: #392BC5; }
a { background-color: rgb(57,43,197); }
div.DivClassName
{
background-color: #392BC5;
}
.BgClassName
{
background-color: #392BC5;
}
</style>
border-color css
<style>
span { border-color: #392BC5; }
span { border-color: rgb(57,43,197); }
td.TdClassName
{
border-color: #392BC5;
}
.TagClassName
{
border-color: #392BC5;
}
</style>