Shades of Persian Blue #392ACB
Tints of Persian Blue #392ACB
RGB
CMYK
RGB Variations
Color information
#392ACB (or 0x392ACB) is known color: Persian Blue. HEX triplet: 39, 2A and CB. RGB value is (57,42,203). Sum of RGB (Red+Green+Blue) = 57+42+203=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #392ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ACB is #C6D534. Grayscale: #404040. Windows color (decimal): -13030709 or 13314617. OLE color: 13314617.
HSL color Cylindrical-coordinate representation of color #392ACB: hue angle of 245.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392ACB is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 42 | 203 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.20 |
| HSL | 245.59º | 0.66% | 0.48% | - |
| HSV(B) | 245.59º | 0.79% | 0.8% | - |
| XYZ | 13.29 | 6.84 | 57.12 | - |
| YUV | 64.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 203 | 0.72 | 0.79 | 0 | 0.20 | 245.59 | 0.66 | 0.48 |
| Hex | 39 | 2A | CB | 48 | 4F | 0 | 14 | F6 | 42 | 30 |
| Octal | 71 | 52 | 313 | 110 | 117 | 0 | 24 | 366 | 102 | 60 |
| Binary | 111001 | 101010 | 11001011 | 1001000 | 1001111 | 0 | 10100 | 11110110 | 1000010 | 110000 |
Color Harmonies of #392ACB
Complementary color
Monochromatic Colors of #392ACB
Black with #392ACB
Text Example
Text Example
White with #392ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392ACB; }
p { color: rgb(57,42,203); }
H1.HeaderClassName
{
color: #392ACB;
}
.AnyTagClassName
{
color: #392ACB;
}
</style>
background-color css
<style>
a { background-color: #392ACB; }
a { background-color: rgb(57,42,203); }
div.DivClassName
{
background-color: #392ACB;
}
.BgClassName
{
background-color: #392ACB;
}
</style>
border-color css
<style>
span { border-color: #392ACB; }
span { border-color: rgb(57,42,203); }
td.TdClassName
{
border-color: #392ACB;
}
.TagClassName
{
border-color: #392ACB;
}
</style>