Shades of Persian Blue #392AC0
Tints of Persian Blue #392AC0
RGB
CMYK
RGB Variations
Color information
#392AC0 (or 0x392AC0) is known color: Persian Blue. HEX triplet: 39, 2A and C0. RGB value is (57,42,192). Sum of RGB (Red+Green+Blue) = 57+42+192=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #392AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392AC0 is #C6D53F. Grayscale: #3F3F3F. Windows color (decimal): -13030720 or 12593721. OLE color: 12593721.
HSL color Cylindrical-coordinate representation of color #392AC0: hue angle of 246º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392AC0 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 42 | 192 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.25 |
| HSL | 246º | 0.64% | 0.46% | - |
| HSV(B) | 246º | 0.78% | 0.75% | - |
| XYZ | 12.03 | 6.33 | 50.46 | - |
| YUV | 63.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 192 | 0.70 | 0.78 | 0 | 0.25 | 246 | 0.64 | 0.46 |
| Hex | 39 | 2A | C0 | 46 | 4E | 0 | 19 | F6 | 40 | 2E |
| Octal | 71 | 52 | 300 | 106 | 116 | 0 | 31 | 366 | 100 | 56 |
| Binary | 111001 | 101010 | 11000000 | 1000110 | 1001110 | 0 | 11001 | 11110110 | 1000000 | 101110 |
Color Harmonies of #392AC0
Complementary color
Monochromatic Colors of #392AC0
Black with #392AC0
Text Example
Text Example
White with #392AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392AC0; }
p { color: rgb(57,42,192); }
H1.HeaderClassName
{
color: #392AC0;
}
.AnyTagClassName
{
color: #392AC0;
}
</style>
background-color css
<style>
a { background-color: #392AC0; }
a { background-color: rgb(57,42,192); }
div.DivClassName
{
background-color: #392AC0;
}
.BgClassName
{
background-color: #392AC0;
}
</style>
border-color css
<style>
span { border-color: #392AC0; }
span { border-color: rgb(57,42,192); }
td.TdClassName
{
border-color: #392AC0;
}
.TagClassName
{
border-color: #392AC0;
}
</style>