Shades of Persian Blue #2831E5
Tints of Persian Blue #2831E5
RGB
CMYK
RGB Variations
Color information
#2831E5 (or 0x2831E5) is known color: Persian Blue. HEX triplet: 28, 31 and E5. RGB value is (40,49,229). Sum of RGB (Red+Green+Blue) = 40+49+229=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 229 (89.84% from 255 or 72.01% from 318); Max value from RGB is 229 - color contains mainly: blue. Hex color #2831E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2831E5 is #D7CE1A. Grayscale: #424242. Windows color (decimal): -14143003 or 15020328. OLE color: 15020328.
HSL color Cylindrical-coordinate representation of color #2831E5: hue angle of 237.14º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2831E5 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 49 | 229 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.10 |
| HSL | 237.14º | 0.78% | 0.53% | - |
| HSV(B) | 237.14º | 0.83% | 0.9% | - |
| XYZ | 16.12 | 8.3 | 74.88 | - |
| YUV | 66.83 | 219.52 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 229 | 0.83 | 0.79 | 0 | 0.10 | 237.14 | 0.78 | 0.53 |
| Hex | 28 | 31 | E5 | 53 | 4F | 0 | A | ED | 4E | 35 |
| Octal | 50 | 61 | 345 | 123 | 117 | 0 | 12 | 355 | 116 | 65 |
| Binary | 101000 | 110001 | 11100101 | 1010011 | 1001111 | 0 | 1010 | 11101101 | 1001110 | 110101 |
Color Harmonies of #2831E5
Complementary color
Monochromatic Colors of #2831E5
Black with #2831E5
Text Example
Text Example
White with #2831E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831E5; }
p { color: rgb(40,49,229); }
H1.HeaderClassName
{
color: #2831E5;
}
.AnyTagClassName
{
color: #2831E5;
}
</style>
background-color css
<style>
a { background-color: #2831E5; }
a { background-color: rgb(40,49,229); }
div.DivClassName
{
background-color: #2831E5;
}
.BgClassName
{
background-color: #2831E5;
}
</style>
border-color css
<style>
span { border-color: #2831E5; }
span { border-color: rgb(40,49,229); }
td.TdClassName
{
border-color: #2831E5;
}
.TagClassName
{
border-color: #2831E5;
}
</style>