Shades of Persian Blue #3727C1
Tints of Persian Blue #3727C1
RGB
CMYK
RGB Variations
Color information
#3727C1 (or 0x3727C1) is known color: Persian Blue. HEX triplet: 37, 27 and C1. RGB value is (55,39,193). Sum of RGB (Red+Green+Blue) = 55+39+193=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #3727C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727C1 is #C8D83E. Grayscale: #3C3C3C. Windows color (decimal): -13162559 or 12658487. OLE color: 12658487.
HSL color Cylindrical-coordinate representation of color #3727C1: hue angle of 246.23º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3727C1 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 39 | 193 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.24 |
| HSL | 246.23º | 0.66% | 0.45% | - |
| HSV(B) | 246.23º | 0.8% | 0.76% | - |
| XYZ | 11.93 | 6.11 | 51 | - |
| YUV | 61.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 193 | 0.72 | 0.80 | 0 | 0.24 | 246.23 | 0.66 | 0.45 |
| Hex | 37 | 27 | C1 | 48 | 50 | 0 | 18 | F6 | 42 | 2D |
| Octal | 67 | 47 | 301 | 110 | 120 | 0 | 30 | 366 | 102 | 55 |
| Binary | 110111 | 100111 | 11000001 | 1001000 | 1010000 | 0 | 11000 | 11110110 | 1000010 | 101101 |
Color Harmonies of #3727C1
Complementary color
Monochromatic Colors of #3727C1
Black with #3727C1
Text Example
Text Example
White with #3727C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727C1; }
p { color: rgb(55,39,193); }
H1.HeaderClassName
{
color: #3727C1;
}
.AnyTagClassName
{
color: #3727C1;
}
</style>
background-color css
<style>
a { background-color: #3727C1; }
a { background-color: rgb(55,39,193); }
div.DivClassName
{
background-color: #3727C1;
}
.BgClassName
{
background-color: #3727C1;
}
</style>
border-color css
<style>
span { border-color: #3727C1; }
span { border-color: rgb(55,39,193); }
td.TdClassName
{
border-color: #3727C1;
}
.TagClassName
{
border-color: #3727C1;
}
</style>