Shades of Persian Blue #3727D0
Tints of Persian Blue #3727D0
RGB
CMYK
RGB Variations
Color information
#3727D0 (or 0x3727D0) is known color: Persian Blue. HEX triplet: 37, 27 and D0. RGB value is (55,39,208). Sum of RGB (Red+Green+Blue) = 55+39+208=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #3727D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727D0 is #C8D82F. Grayscale: #3E3E3E. Windows color (decimal): -13162544 or 13641527. OLE color: 13641527.
HSL color Cylindrical-coordinate representation of color #3727D0: hue angle of 245.68º 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 #3727D0 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 39 | 208 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.18 |
| HSL | 245.68º | 0.68% | 0.48% | - |
| HSV(B) | 245.68º | 0.81% | 0.82% | - |
| XYZ | 13.69 | 6.82 | 60.27 | - |
| YUV | 63.05 | 209.8 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 208 | 0.74 | 0.81 | 0 | 0.18 | 245.68 | 0.68 | 0.48 |
| Hex | 37 | 27 | D0 | 4A | 51 | 0 | 12 | F6 | 44 | 30 |
| Octal | 67 | 47 | 320 | 112 | 121 | 0 | 22 | 366 | 104 | 60 |
| Binary | 110111 | 100111 | 11010000 | 1001010 | 1010001 | 0 | 10010 | 11110110 | 1000100 | 110000 |
Color Harmonies of #3727D0
Complementary color
Monochromatic Colors of #3727D0
Black with #3727D0
Text Example
Text Example
White with #3727D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727D0; }
p { color: rgb(55,39,208); }
H1.HeaderClassName
{
color: #3727D0;
}
.AnyTagClassName
{
color: #3727D0;
}
</style>
background-color css
<style>
a { background-color: #3727D0; }
a { background-color: rgb(55,39,208); }
div.DivClassName
{
background-color: #3727D0;
}
.BgClassName
{
background-color: #3727D0;
}
</style>
border-color css
<style>
span { border-color: #3727D0; }
span { border-color: rgb(55,39,208); }
td.TdClassName
{
border-color: #3727D0;
}
.TagClassName
{
border-color: #3727D0;
}
</style>