Shades of Persian Blue #311EC1
Tints of Persian Blue #311EC1
RGB
CMYK
RGB Variations
Color information
#311EC1 (or 0x311EC1) is known color: Persian Blue. HEX triplet: 31, 1E and C1. RGB value is (49,30,193). Sum of RGB (Red+Green+Blue) = 49+30+193=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #311EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311EC1 is #CEE13E. Grayscale: #353535. Windows color (decimal): -13558079 or 12656177. OLE color: 12656177.
HSL color Cylindrical-coordinate representation of color #311EC1: hue angle of 246.99º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311EC1 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 30 | 193 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.24 |
| HSL | 246.99º | 0.73% | 0.44% | - |
| HSV(B) | 246.99º | 0.84% | 0.76% | - |
| XYZ | 11.36 | 5.43 | 50.9 | - |
| YUV | 54.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 193 | 0.75 | 0.84 | 0 | 0.24 | 246.99 | 0.73 | 0.44 |
| Hex | 31 | 1E | C1 | 4B | 54 | 0 | 18 | F7 | 49 | 2C |
| Octal | 61 | 36 | 301 | 113 | 124 | 0 | 30 | 367 | 111 | 54 |
| Binary | 110001 | 11110 | 11000001 | 1001011 | 1010100 | 0 | 11000 | 11110111 | 1001001 | 101100 |
Color Harmonies of #311EC1
Complementary color
Monochromatic Colors of #311EC1
Black with #311EC1
Text Example
Text Example
White with #311EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311EC1; }
p { color: rgb(49,30,193); }
H1.HeaderClassName
{
color: #311EC1;
}
.AnyTagClassName
{
color: #311EC1;
}
</style>
background-color css
<style>
a { background-color: #311EC1; }
a { background-color: rgb(49,30,193); }
div.DivClassName
{
background-color: #311EC1;
}
.BgClassName
{
background-color: #311EC1;
}
</style>
border-color css
<style>
span { border-color: #311EC1; }
span { border-color: rgb(49,30,193); }
td.TdClassName
{
border-color: #311EC1;
}
.TagClassName
{
border-color: #311EC1;
}
</style>