Shades of Persian Blue #392DCD
Tints of Persian Blue #392DCD
RGB
CMYK
RGB Variations
Color information
#392DCD (or 0x392DCD) is known color: Persian Blue. HEX triplet: 39, 2D and CD. RGB value is (57,45,205). Sum of RGB (Red+Green+Blue) = 57+45+205=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #392DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DCD is #C6D232. Grayscale: #424242. Windows color (decimal): -13029939 or 13446457. OLE color: 13446457.
HSL color Cylindrical-coordinate representation of color #392DCD: hue angle of 244.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392DCD is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 45 | 205 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.20 |
| HSL | 244.5º | 0.64% | 0.49% | - |
| HSV(B) | 244.5º | 0.78% | 0.8% | - |
| XYZ | 13.65 | 7.15 | 58.42 | - |
| YUV | 66.83 | 205.98 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 205 | 0.72 | 0.78 | 0 | 0.20 | 244.5 | 0.64 | 0.49 |
| Hex | 39 | 2D | CD | 48 | 4E | 0 | 14 | F4 | 40 | 31 |
| Octal | 71 | 55 | 315 | 110 | 116 | 0 | 24 | 364 | 100 | 61 |
| Binary | 111001 | 101101 | 11001101 | 1001000 | 1001110 | 0 | 10100 | 11110100 | 1000000 | 110001 |
Color Harmonies of #392DCD
Complementary color
Monochromatic Colors of #392DCD
Black with #392DCD
Text Example
Text Example
White with #392DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392DCD; }
p { color: rgb(57,45,205); }
H1.HeaderClassName
{
color: #392DCD;
}
.AnyTagClassName
{
color: #392DCD;
}
</style>
background-color css
<style>
a { background-color: #392DCD; }
a { background-color: rgb(57,45,205); }
div.DivClassName
{
background-color: #392DCD;
}
.BgClassName
{
background-color: #392DCD;
}
</style>
border-color css
<style>
span { border-color: #392DCD; }
span { border-color: rgb(57,45,205); }
td.TdClassName
{
border-color: #392DCD;
}
.TagClassName
{
border-color: #392DCD;
}
</style>