Shades of Persian Blue #392ABC
Tints of Persian Blue #392ABC
RGB
CMYK
RGB Variations
Color information
#392ABC (or 0x392ABC) is known color: Persian Blue. HEX triplet: 39, 2A and BC. RGB value is (57,42,188). Sum of RGB (Red+Green+Blue) = 57+42+188=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #392ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ABC is #C6D543. Grayscale: #3E3E3E. Windows color (decimal): -13030724 or 12331577. OLE color: 12331577.
HSL color Cylindrical-coordinate representation of color #392ABC: hue angle of 246.16º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392ABC is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 42 | 188 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.26 |
| HSL | 246.16º | 0.63% | 0.45% | - |
| HSV(B) | 246.16º | 0.78% | 0.74% | - |
| XYZ | 11.59 | 6.16 | 48.15 | - |
| YUV | 63.13 | 198.47 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 188 | 0.70 | 0.78 | 0 | 0.26 | 246.16 | 0.63 | 0.45 |
| Hex | 39 | 2A | BC | 46 | 4E | 0 | 1A | F6 | 3F | 2D |
| Octal | 71 | 52 | 274 | 106 | 116 | 0 | 32 | 366 | 77 | 55 |
| Binary | 111001 | 101010 | 10111100 | 1000110 | 1001110 | 0 | 11010 | 11110110 | 111111 | 101101 |
Color Harmonies of #392ABC
Complementary color
Monochromatic Colors of #392ABC
Black with #392ABC
Text Example
Text Example
White with #392ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392ABC; }
p { color: rgb(57,42,188); }
H1.HeaderClassName
{
color: #392ABC;
}
.AnyTagClassName
{
color: #392ABC;
}
</style>
background-color css
<style>
a { background-color: #392ABC; }
a { background-color: rgb(57,42,188); }
div.DivClassName
{
background-color: #392ABC;
}
.BgClassName
{
background-color: #392ABC;
}
</style>
border-color css
<style>
span { border-color: #392ABC; }
span { border-color: rgb(57,42,188); }
td.TdClassName
{
border-color: #392ABC;
}
.TagClassName
{
border-color: #392ABC;
}
</style>