Shades of Persian Blue #3127C1
Tints of Persian Blue #3127C1
RGB
CMYK
RGB Variations
Color information
#3127C1 (or 0x3127C1) is known color: Persian Blue. HEX triplet: 31, 27 and C1. RGB value is (49,39,193). Sum of RGB (Red+Green+Blue) = 49+39+193=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #3127C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3127C1 is #CED83E. Grayscale: #3A3A3A. Windows color (decimal): -13555775 or 12658481. OLE color: 12658481.
HSL color Cylindrical-coordinate representation of color #3127C1: hue angle of 243.9º 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 #3127C1 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 39 | 193 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.24 |
| HSL | 243.9º | 0.66% | 0.45% | - |
| HSV(B) | 243.9º | 0.8% | 0.76% | - |
| XYZ | 11.62 | 5.95 | 50.99 | - |
| YUV | 59.55 | 203.31 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 193 | 0.75 | 0.80 | 0 | 0.24 | 243.9 | 0.66 | 0.45 |
| Hex | 31 | 27 | C1 | 4B | 50 | 0 | 18 | F4 | 42 | 2D |
| Octal | 61 | 47 | 301 | 113 | 120 | 0 | 30 | 364 | 102 | 55 |
| Binary | 110001 | 100111 | 11000001 | 1001011 | 1010000 | 0 | 11000 | 11110100 | 1000010 | 101101 |
Color Harmonies of #3127C1
Complementary color
Monochromatic Colors of #3127C1
Black with #3127C1
Text Example
Text Example
White with #3127C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127C1; }
p { color: rgb(49,39,193); }
H1.HeaderClassName
{
color: #3127C1;
}
.AnyTagClassName
{
color: #3127C1;
}
</style>
background-color css
<style>
a { background-color: #3127C1; }
a { background-color: rgb(49,39,193); }
div.DivClassName
{
background-color: #3127C1;
}
.BgClassName
{
background-color: #3127C1;
}
</style>
border-color css
<style>
span { border-color: #3127C1; }
span { border-color: rgb(49,39,193); }
td.TdClassName
{
border-color: #3127C1;
}
.TagClassName
{
border-color: #3127C1;
}
</style>