Shades of Persian Blue #3920BC
Tints of Persian Blue #3920BC
RGB
CMYK
RGB Variations
Color information
#3920BC (or 0x3920BC) is known color: Persian Blue. HEX triplet: 39, 20 and BC. RGB value is (57,32,188). Sum of RGB (Red+Green+Blue) = 57+32+188=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3920BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3920BC is #C6DF43. Grayscale: #383838. Windows color (decimal): -13033284 or 12329017. OLE color: 12329017.
HSL color Cylindrical-coordinate representation of color #3920BC: hue angle of 249.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3920BC is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 32 | 188 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.26 |
| HSL | 249.62º | 0.71% | 0.43% | - |
| HSV(B) | 249.62º | 0.83% | 0.74% | - |
| XYZ | 11.28 | 5.53 | 48.05 | - |
| YUV | 57.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 188 | 0.70 | 0.83 | 0 | 0.26 | 249.62 | 0.71 | 0.43 |
| Hex | 39 | 20 | BC | 46 | 53 | 0 | 1A | FA | 47 | 2B |
| Octal | 71 | 40 | 274 | 106 | 123 | 0 | 32 | 372 | 107 | 53 |
| Binary | 111001 | 100000 | 10111100 | 1000110 | 1010011 | 0 | 11010 | 11111010 | 1000111 | 101011 |
Color Harmonies of #3920BC
Complementary color
Monochromatic Colors of #3920BC
Black with #3920BC
Text Example
Text Example
White with #3920BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3920BC; }
p { color: rgb(57,32,188); }
H1.HeaderClassName
{
color: #3920BC;
}
.AnyTagClassName
{
color: #3920BC;
}
</style>
background-color css
<style>
a { background-color: #3920BC; }
a { background-color: rgb(57,32,188); }
div.DivClassName
{
background-color: #3920BC;
}
.BgClassName
{
background-color: #3920BC;
}
</style>
border-color css
<style>
span { border-color: #3920BC; }
span { border-color: rgb(57,32,188); }
td.TdClassName
{
border-color: #3920BC;
}
.TagClassName
{
border-color: #3920BC;
}
</style>