Shades of Persian Blue #3920CB
Tints of Persian Blue #3920CB
RGB
CMYK
RGB Variations
Color information
#3920CB (or 0x3920CB) is known color: Persian Blue. HEX triplet: 39, 20 and CB. RGB value is (57,32,203). Sum of RGB (Red+Green+Blue) = 57+32+203=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #3920CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3920CB is #C6DF34. Grayscale: #3A3A3A. Windows color (decimal): -13033269 or 13312057. OLE color: 13312057.
HSL color Cylindrical-coordinate representation of color #3920CB: hue angle of 248.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3920CB is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 32 | 203 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.20 |
| HSL | 248.77º | 0.73% | 0.46% | - |
| HSV(B) | 248.77º | 0.84% | 0.8% | - |
| XYZ | 12.98 | 6.21 | 57.02 | - |
| YUV | 58.97 | 209.28 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 203 | 0.72 | 0.84 | 0 | 0.20 | 248.77 | 0.73 | 0.46 |
| Hex | 39 | 20 | CB | 48 | 54 | 0 | 14 | F9 | 49 | 2E |
| Octal | 71 | 40 | 313 | 110 | 124 | 0 | 24 | 371 | 111 | 56 |
| Binary | 111001 | 100000 | 11001011 | 1001000 | 1010100 | 0 | 10100 | 11111001 | 1001001 | 101110 |
Color Harmonies of #3920CB
Complementary color
Monochromatic Colors of #3920CB
Black with #3920CB
Text Example
Text Example
White with #3920CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3920CB; }
p { color: rgb(57,32,203); }
H1.HeaderClassName
{
color: #3920CB;
}
.AnyTagClassName
{
color: #3920CB;
}
</style>
background-color css
<style>
a { background-color: #3920CB; }
a { background-color: rgb(57,32,203); }
div.DivClassName
{
background-color: #3920CB;
}
.BgClassName
{
background-color: #3920CB;
}
</style>
border-color css
<style>
span { border-color: #3920CB; }
span { border-color: rgb(57,32,203); }
td.TdClassName
{
border-color: #3920CB;
}
.TagClassName
{
border-color: #3920CB;
}
</style>