Shades of Persian Blue #3127BD
Tints of Persian Blue #3127BD
RGB
CMYK
RGB Variations
Color information
#3127BD (or 0x3127BD) is known color: Persian Blue. HEX triplet: 31, 27 and BD. RGB value is (49,39,189). Sum of RGB (Red+Green+Blue) = 49+39+189=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #3127BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3127BD is #CED842. Grayscale: #3A3A3A. Windows color (decimal): -13555779 or 12396337. OLE color: 12396337.
HSL color Cylindrical-coordinate representation of color #3127BD: hue angle of 244º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3127BD is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 39 | 189 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.26 |
| HSL | 244º | 0.66% | 0.45% | - |
| HSV(B) | 244º | 0.79% | 0.74% | - |
| XYZ | 11.18 | 5.78 | 48.67 | - |
| YUV | 59.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 189 | 0.74 | 0.79 | 0 | 0.26 | 244 | 0.66 | 0.45 |
| Hex | 31 | 27 | BD | 4A | 4F | 0 | 1A | F4 | 42 | 2D |
| Octal | 61 | 47 | 275 | 112 | 117 | 0 | 32 | 364 | 102 | 55 |
| Binary | 110001 | 100111 | 10111101 | 1001010 | 1001111 | 0 | 11010 | 11110100 | 1000010 | 101101 |
Color Harmonies of #3127BD
Complementary color
Monochromatic Colors of #3127BD
Black with #3127BD
Text Example
Text Example
White with #3127BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127BD; }
p { color: rgb(49,39,189); }
H1.HeaderClassName
{
color: #3127BD;
}
.AnyTagClassName
{
color: #3127BD;
}
</style>
background-color css
<style>
a { background-color: #3127BD; }
a { background-color: rgb(49,39,189); }
div.DivClassName
{
background-color: #3127BD;
}
.BgClassName
{
background-color: #3127BD;
}
</style>
border-color css
<style>
span { border-color: #3127BD; }
span { border-color: rgb(49,39,189); }
td.TdClassName
{
border-color: #3127BD;
}
.TagClassName
{
border-color: #3127BD;
}
</style>