Shades of Persian Blue #392ABB
Tints of Persian Blue #392ABB
RGB
CMYK
RGB Variations
Color information
#392ABB (or 0x392ABB) is known color: Persian Blue. HEX triplet: 39, 2A and BB. RGB value is (57,42,187). Sum of RGB (Red+Green+Blue) = 57+42+187=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #392ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ABB is #C6D544. Grayscale: #3E3E3E. Windows color (decimal): -13030725 or 12266041. OLE color: 12266041.
HSL color Cylindrical-coordinate representation of color #392ABB: hue angle of 246.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392ABB is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 42 | 187 | - |
| CMYK | 0.70 | 0.78 | 0 | 0.27 |
| HSL | 246.21º | 0.63% | 0.45% | - |
| HSV(B) | 246.21º | 0.78% | 0.73% | - |
| XYZ | 11.48 | 6.11 | 47.59 | - |
| YUV | 63.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 187 | 0.70 | 0.78 | 0 | 0.27 | 246.21 | 0.63 | 0.45 |
| Hex | 39 | 2A | BB | 46 | 4E | 0 | 1B | F6 | 3F | 2D |
| Octal | 71 | 52 | 273 | 106 | 116 | 0 | 33 | 366 | 77 | 55 |
| Binary | 111001 | 101010 | 10111011 | 1000110 | 1001110 | 0 | 11011 | 11110110 | 111111 | 101101 |
Color Harmonies of #392ABB
Complementary color
Monochromatic Colors of #392ABB
Black with #392ABB
Text Example
Text Example
White with #392ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392ABB; }
p { color: rgb(57,42,187); }
H1.HeaderClassName
{
color: #392ABB;
}
.AnyTagClassName
{
color: #392ABB;
}
</style>
background-color css
<style>
a { background-color: #392ABB; }
a { background-color: rgb(57,42,187); }
div.DivClassName
{
background-color: #392ABB;
}
.BgClassName
{
background-color: #392ABB;
}
</style>
border-color css
<style>
span { border-color: #392ABB; }
span { border-color: rgb(57,42,187); }
td.TdClassName
{
border-color: #392ABB;
}
.TagClassName
{
border-color: #392ABB;
}
</style>