Shades of Persian Blue #3927D0
Tints of Persian Blue #3927D0
RGB
CMYK
RGB Variations
Color information
#3927D0 (or 0x3927D0) is known color: Persian Blue. HEX triplet: 39, 27 and D0. RGB value is (57,39,208). Sum of RGB (Red+Green+Blue) = 57+39+208=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #3927D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3927D0 is #C6D82F. Grayscale: #3E3E3E. Windows color (decimal): -13031472 or 13641529. OLE color: 13641529.
HSL color Cylindrical-coordinate representation of color #3927D0: hue angle of 246.39º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3927D0 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 39 | 208 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.18 |
| HSL | 246.39º | 0.68% | 0.48% | - |
| HSV(B) | 246.39º | 0.81% | 0.82% | - |
| XYZ | 13.8 | 6.87 | 60.27 | - |
| YUV | 63.65 | 209.46 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 208 | 0.73 | 0.81 | 0 | 0.18 | 246.39 | 0.68 | 0.48 |
| Hex | 39 | 27 | D0 | 49 | 51 | 0 | 12 | F6 | 44 | 30 |
| Octal | 71 | 47 | 320 | 111 | 121 | 0 | 22 | 366 | 104 | 60 |
| Binary | 111001 | 100111 | 11010000 | 1001001 | 1010001 | 0 | 10010 | 11110110 | 1000100 | 110000 |
Color Harmonies of #3927D0
Complementary color
Monochromatic Colors of #3927D0
Black with #3927D0
Text Example
Text Example
White with #3927D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3927D0; }
p { color: rgb(57,39,208); }
H1.HeaderClassName
{
color: #3927D0;
}
.AnyTagClassName
{
color: #3927D0;
}
</style>
background-color css
<style>
a { background-color: #3927D0; }
a { background-color: rgb(57,39,208); }
div.DivClassName
{
background-color: #3927D0;
}
.BgClassName
{
background-color: #3927D0;
}
</style>
border-color css
<style>
span { border-color: #3927D0; }
span { border-color: rgb(57,39,208); }
td.TdClassName
{
border-color: #3927D0;
}
.TagClassName
{
border-color: #3927D0;
}
</style>