Shades of Persian Blue #3727C9
Tints of Persian Blue #3727C9
RGB
CMYK
RGB Variations
Color information
#3727C9 (or 0x3727C9) is known color: Persian Blue. HEX triplet: 37, 27 and C9. RGB value is (55,39,201). Sum of RGB (Red+Green+Blue) = 55+39+201=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #3727C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727C9 is #C8D836. Grayscale: #3D3D3D. Windows color (decimal): -13162551 or 13182775. OLE color: 13182775.
HSL color Cylindrical-coordinate representation of color #3727C9: hue angle of 245.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3727C9 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 39 | 201 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.21 |
| HSL | 245.93º | 0.68% | 0.47% | - |
| HSV(B) | 245.93º | 0.81% | 0.79% | - |
| XYZ | 12.84 | 6.48 | 55.83 | - |
| YUV | 62.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 201 | 0.73 | 0.81 | 0 | 0.21 | 245.93 | 0.68 | 0.47 |
| Hex | 37 | 27 | C9 | 49 | 51 | 0 | 15 | F6 | 44 | 2F |
| Octal | 67 | 47 | 311 | 111 | 121 | 0 | 25 | 366 | 104 | 57 |
| Binary | 110111 | 100111 | 11001001 | 1001001 | 1010001 | 0 | 10101 | 11110110 | 1000100 | 101111 |
Color Harmonies of #3727C9
Complementary color
Monochromatic Colors of #3727C9
Black with #3727C9
Text Example
Text Example
White with #3727C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727C9; }
p { color: rgb(55,39,201); }
H1.HeaderClassName
{
color: #3727C9;
}
.AnyTagClassName
{
color: #3727C9;
}
</style>
background-color css
<style>
a { background-color: #3727C9; }
a { background-color: rgb(55,39,201); }
div.DivClassName
{
background-color: #3727C9;
}
.BgClassName
{
background-color: #3727C9;
}
</style>
border-color css
<style>
span { border-color: #3727C9; }
span { border-color: rgb(55,39,201); }
td.TdClassName
{
border-color: #3727C9;
}
.TagClassName
{
border-color: #3727C9;
}
</style>