Shades of Persian Blue #3923BD
Tints of Persian Blue #3923BD
RGB
CMYK
RGB Variations
Color information
#3923BD (or 0x3923BD) is known color: Persian Blue. HEX triplet: 39, 23 and BD. RGB value is (57,35,189). Sum of RGB (Red+Green+Blue) = 57+35+189=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #3923BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3923BD is #C6DC42. Grayscale: #3A3A3A. Windows color (decimal): -13032515 or 12395321. OLE color: 12395321.
HSL color Cylindrical-coordinate representation of color #3923BD: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3923BD is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 35 | 189 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.26 |
| HSL | 248.57º | 0.69% | 0.44% | - |
| HSV(B) | 248.57º | 0.81% | 0.74% | - |
| XYZ | 11.47 | 5.75 | 48.65 | - |
| YUV | 59.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 189 | 0.70 | 0.81 | 0 | 0.26 | 248.57 | 0.69 | 0.44 |
| Hex | 39 | 23 | BD | 46 | 51 | 0 | 1A | F9 | 45 | 2C |
| Octal | 71 | 43 | 275 | 106 | 121 | 0 | 32 | 371 | 105 | 54 |
| Binary | 111001 | 100011 | 10111101 | 1000110 | 1010001 | 0 | 11010 | 11111001 | 1000101 | 101100 |
Color Harmonies of #3923BD
Complementary color
Monochromatic Colors of #3923BD
Black with #3923BD
Text Example
Text Example
White with #3923BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3923BD; }
p { color: rgb(57,35,189); }
H1.HeaderClassName
{
color: #3923BD;
}
.AnyTagClassName
{
color: #3923BD;
}
</style>
background-color css
<style>
a { background-color: #3923BD; }
a { background-color: rgb(57,35,189); }
div.DivClassName
{
background-color: #3923BD;
}
.BgClassName
{
background-color: #3923BD;
}
</style>
border-color css
<style>
span { border-color: #3923BD; }
span { border-color: rgb(57,35,189); }
td.TdClassName
{
border-color: #3923BD;
}
.TagClassName
{
border-color: #3923BD;
}
</style>