Shades of Persian Blue #3727D2
Tints of Persian Blue #3727D2
RGB
CMYK
RGB Variations
Color information
#3727D2 (or 0x3727D2) is known color: Persian Blue. HEX triplet: 37, 27 and D2. RGB value is (55,39,210). Sum of RGB (Red+Green+Blue) = 55+39+210=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 210 (82.42% from 255 or 69.08% from 304); Max value from RGB is 210 - color contains mainly: blue. Hex color #3727D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727D2 is #C8D82D. Grayscale: #3E3E3E. Windows color (decimal): -13162542 or 13772599. OLE color: 13772599.
HSL color Cylindrical-coordinate representation of color #3727D2: hue angle of 245.61º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3727D2 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 39 | 210 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.18 |
| HSL | 245.61º | 0.69% | 0.49% | - |
| HSV(B) | 245.61º | 0.81% | 0.82% | - |
| XYZ | 13.93 | 6.92 | 61.57 | - |
| YUV | 63.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 210 | 0.74 | 0.81 | 0 | 0.18 | 245.61 | 0.69 | 0.49 |
| Hex | 37 | 27 | D2 | 4A | 51 | 0 | 12 | F6 | 45 | 31 |
| Octal | 67 | 47 | 322 | 112 | 121 | 0 | 22 | 366 | 105 | 61 |
| Binary | 110111 | 100111 | 11010010 | 1001010 | 1010001 | 0 | 10010 | 11110110 | 1000101 | 110001 |
Color Harmonies of #3727D2
Complementary color
Monochromatic Colors of #3727D2
Black with #3727D2
Text Example
Text Example
White with #3727D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727D2; }
p { color: rgb(55,39,210); }
H1.HeaderClassName
{
color: #3727D2;
}
.AnyTagClassName
{
color: #3727D2;
}
</style>
background-color css
<style>
a { background-color: #3727D2; }
a { background-color: rgb(55,39,210); }
div.DivClassName
{
background-color: #3727D2;
}
.BgClassName
{
background-color: #3727D2;
}
</style>
border-color css
<style>
span { border-color: #3727D2; }
span { border-color: rgb(55,39,210); }
td.TdClassName
{
border-color: #3727D2;
}
.TagClassName
{
border-color: #3727D2;
}
</style>