Shades of Persian Blue #3727BB
Tints of Persian Blue #3727BB
RGB
CMYK
RGB Variations
Color information
#3727BB (or 0x3727BB) is known color: Persian Blue. HEX triplet: 37, 27 and BB. RGB value is (55,39,187). Sum of RGB (Red+Green+Blue) = 55+39+187=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #3727BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3727BB is #C8D844. Grayscale: #3C3C3C. Windows color (decimal): -13162565 or 12265271. OLE color: 12265271.
HSL color Cylindrical-coordinate representation of color #3727BB: hue angle of 246.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3727BB is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 39 | 187 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.27 |
| HSL | 246.49º | 0.65% | 0.44% | - |
| HSV(B) | 246.49º | 0.79% | 0.73% | - |
| XYZ | 11.27 | 5.85 | 47.55 | - |
| YUV | 60.66 | 199.3 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 187 | 0.71 | 0.79 | 0 | 0.27 | 246.49 | 0.65 | 0.44 |
| Hex | 37 | 27 | BB | 47 | 4F | 0 | 1B | F6 | 41 | 2C |
| Octal | 67 | 47 | 273 | 107 | 117 | 0 | 33 | 366 | 101 | 54 |
| Binary | 110111 | 100111 | 10111011 | 1000111 | 1001111 | 0 | 11011 | 11110110 | 1000001 | 101100 |
Color Harmonies of #3727BB
Complementary color
Monochromatic Colors of #3727BB
Black with #3727BB
Text Example
Text Example
White with #3727BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727BB; }
p { color: rgb(55,39,187); }
H1.HeaderClassName
{
color: #3727BB;
}
.AnyTagClassName
{
color: #3727BB;
}
</style>
background-color css
<style>
a { background-color: #3727BB; }
a { background-color: rgb(55,39,187); }
div.DivClassName
{
background-color: #3727BB;
}
.BgClassName
{
background-color: #3727BB;
}
</style>
border-color css
<style>
span { border-color: #3727BB; }
span { border-color: rgb(55,39,187); }
td.TdClassName
{
border-color: #3727BB;
}
.TagClassName
{
border-color: #3727BB;
}
</style>