Shades of Persian Blue #3921B9
Tints of Persian Blue #3921B9
RGB
CMYK
RGB Variations
Color information
#3921B9 (or 0x3921B9) is known color: Persian Blue. HEX triplet: 39, 21 and B9. RGB value is (57,33,185). Sum of RGB (Red+Green+Blue) = 57+33+185=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #3921B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3921B9 is #C6DE46. Grayscale: #383838. Windows color (decimal): -13033031 or 12132665. OLE color: 12132665.
HSL color Cylindrical-coordinate representation of color #3921B9: hue angle of 249.47º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3921B9 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 33 | 185 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.27 |
| HSL | 249.47º | 0.7% | 0.43% | - |
| HSV(B) | 249.47º | 0.82% | 0.73% | - |
| XYZ | 10.99 | 5.46 | 46.37 | - |
| YUV | 57.5 | 199.95 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 185 | 0.69 | 0.82 | 0 | 0.27 | 249.47 | 0.7 | 0.43 |
| Hex | 39 | 21 | B9 | 45 | 52 | 0 | 1B | F9 | 46 | 2B |
| Octal | 71 | 41 | 271 | 105 | 122 | 0 | 33 | 371 | 106 | 53 |
| Binary | 111001 | 100001 | 10111001 | 1000101 | 1010010 | 0 | 11011 | 11111001 | 1000110 | 101011 |
Color Harmonies of #3921B9
Complementary color
Monochromatic Colors of #3921B9
Black with #3921B9
Text Example
Text Example
White with #3921B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921B9; }
p { color: rgb(57,33,185); }
H1.HeaderClassName
{
color: #3921B9;
}
.AnyTagClassName
{
color: #3921B9;
}
</style>
background-color css
<style>
a { background-color: #3921B9; }
a { background-color: rgb(57,33,185); }
div.DivClassName
{
background-color: #3921B9;
}
.BgClassName
{
background-color: #3921B9;
}
</style>
border-color css
<style>
span { border-color: #3921B9; }
span { border-color: rgb(57,33,185); }
td.TdClassName
{
border-color: #3921B9;
}
.TagClassName
{
border-color: #3921B9;
}
</style>