Shades of Persian Blue #3928CB
Tints of Persian Blue #3928CB
RGB
CMYK
RGB Variations
Color information
#3928CB (or 0x3928CB) is known color: Persian Blue. HEX triplet: 39, 28 and CB. RGB value is (57,40,203). Sum of RGB (Red+Green+Blue) = 57+40+203=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #3928CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3928CB is #C6D734. Grayscale: #3F3F3F. Windows color (decimal): -13031221 or 13314105. OLE color: 13314105.
HSL color Cylindrical-coordinate representation of color #3928CB: hue angle of 246.26º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3928CB is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 40 | 203 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.20 |
| HSL | 246.26º | 0.67% | 0.48% | - |
| HSV(B) | 246.26º | 0.8% | 0.8% | - |
| XYZ | 13.23 | 6.7 | 57.1 | - |
| YUV | 63.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 203 | 0.72 | 0.80 | 0 | 0.20 | 246.26 | 0.67 | 0.48 |
| Hex | 39 | 28 | CB | 48 | 50 | 0 | 14 | F6 | 43 | 30 |
| Octal | 71 | 50 | 313 | 110 | 120 | 0 | 24 | 366 | 103 | 60 |
| Binary | 111001 | 101000 | 11001011 | 1001000 | 1010000 | 0 | 10100 | 11110110 | 1000011 | 110000 |
Color Harmonies of #3928CB
Complementary color
Monochromatic Colors of #3928CB
Black with #3928CB
Text Example
Text Example
White with #3928CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3928CB; }
p { color: rgb(57,40,203); }
H1.HeaderClassName
{
color: #3928CB;
}
.AnyTagClassName
{
color: #3928CB;
}
</style>
background-color css
<style>
a { background-color: #3928CB; }
a { background-color: rgb(57,40,203); }
div.DivClassName
{
background-color: #3928CB;
}
.BgClassName
{
background-color: #3928CB;
}
</style>
border-color css
<style>
span { border-color: #3928CB; }
span { border-color: rgb(57,40,203); }
td.TdClassName
{
border-color: #3928CB;
}
.TagClassName
{
border-color: #3928CB;
}
</style>