Shades of Persian Blue #392BBD
Tints of Persian Blue #392BBD
RGB
CMYK
RGB Variations
Color information
#392BBD (or 0x392BBD) is known color: Persian Blue. HEX triplet: 39, 2B and BD. RGB value is (57,43,189). Sum of RGB (Red+Green+Blue) = 57+43+189=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #392BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BBD is #C6D442. Grayscale: #3F3F3F. Windows color (decimal): -13030467 or 12397369. OLE color: 12397369.
HSL color Cylindrical-coordinate representation of color #392BBD: hue angle of 245.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #392BBD is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 43 | 189 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.26 |
| HSL | 245.75º | 0.63% | 0.45% | - |
| HSV(B) | 245.75º | 0.77% | 0.74% | - |
| XYZ | 11.74 | 6.27 | 48.74 | - |
| YUV | 63.83 | 198.64 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 189 | 0.70 | 0.77 | 0 | 0.26 | 245.75 | 0.63 | 0.45 |
| Hex | 39 | 2B | BD | 46 | 4D | 0 | 1A | F6 | 3F | 2D |
| Octal | 71 | 53 | 275 | 106 | 115 | 0 | 32 | 366 | 77 | 55 |
| Binary | 111001 | 101011 | 10111101 | 1000110 | 1001101 | 0 | 11010 | 11110110 | 111111 | 101101 |
Color Harmonies of #392BBD
Complementary color
Monochromatic Colors of #392BBD
Black with #392BBD
Text Example
Text Example
White with #392BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392BBD; }
p { color: rgb(57,43,189); }
H1.HeaderClassName
{
color: #392BBD;
}
.AnyTagClassName
{
color: #392BBD;
}
</style>
background-color css
<style>
a { background-color: #392BBD; }
a { background-color: rgb(57,43,189); }
div.DivClassName
{
background-color: #392BBD;
}
.BgClassName
{
background-color: #392BBD;
}
</style>
border-color css
<style>
span { border-color: #392BBD; }
span { border-color: rgb(57,43,189); }
td.TdClassName
{
border-color: #392BBD;
}
.TagClassName
{
border-color: #392BBD;
}
</style>