Shades of Persian Blue #3127CE
Tints of Persian Blue #3127CE
RGB
CMYK
RGB Variations
Color information
#3127CE (or 0x3127CE) is known color: Persian Blue. HEX triplet: 31, 27 and CE. RGB value is (49,39,206). Sum of RGB (Red+Green+Blue) = 49+39+206=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3127CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3127CE is #CED831. Grayscale: #3C3C3C. Windows color (decimal): -13555762 or 13510449. OLE color: 13510449.
HSL color Cylindrical-coordinate representation of color #3127CE: hue angle of 243.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3127CE is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 39 | 206 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.19 |
| HSL | 243.59º | 0.68% | 0.48% | - |
| HSV(B) | 243.59º | 0.81% | 0.81% | - |
| XYZ | 13.13 | 6.56 | 58.97 | - |
| YUV | 61.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 206 | 0.76 | 0.81 | 0 | 0.19 | 243.59 | 0.68 | 0.48 |
| Hex | 31 | 27 | CE | 4C | 51 | 0 | 13 | F4 | 44 | 30 |
| Octal | 61 | 47 | 316 | 114 | 121 | 0 | 23 | 364 | 104 | 60 |
| Binary | 110001 | 100111 | 11001110 | 1001100 | 1010001 | 0 | 10011 | 11110100 | 1000100 | 110000 |
Color Harmonies of #3127CE
Complementary color
Monochromatic Colors of #3127CE
Black with #3127CE
Text Example
Text Example
White with #3127CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127CE; }
p { color: rgb(49,39,206); }
H1.HeaderClassName
{
color: #3127CE;
}
.AnyTagClassName
{
color: #3127CE;
}
</style>
background-color css
<style>
a { background-color: #3127CE; }
a { background-color: rgb(49,39,206); }
div.DivClassName
{
background-color: #3127CE;
}
.BgClassName
{
background-color: #3127CE;
}
</style>
border-color css
<style>
span { border-color: #3127CE; }
span { border-color: rgb(49,39,206); }
td.TdClassName
{
border-color: #3127CE;
}
.TagClassName
{
border-color: #3127CE;
}
</style>