Shades of Persian Blue #282EE1
Tints of Persian Blue #282EE1
RGB
CMYK
RGB Variations
Color information
#282EE1 (or 0x282EE1) is known color: Persian Blue. HEX triplet: 28, 2E and E1. RGB value is (40,46,225). Sum of RGB (Red+Green+Blue) = 40+46+225=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #282EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EE1 is #D7D11E. Grayscale: #3F3F3F. Windows color (decimal): -14143775 or 14757416. OLE color: 14757416.
HSL color Cylindrical-coordinate representation of color #282EE1: hue angle of 238.05º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #282EE1 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 46 | 225 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.12 |
| HSL | 238.05º | 0.76% | 0.52% | - |
| HSV(B) | 238.05º | 0.82% | 0.88% | - |
| XYZ | 15.44 | 7.84 | 71.93 | - |
| YUV | 64.61 | 218.51 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 225 | 0.82 | 0.80 | 0 | 0.12 | 238.05 | 0.76 | 0.52 |
| Hex | 28 | 2E | E1 | 52 | 50 | 0 | C | EE | 4C | 34 |
| Octal | 50 | 56 | 341 | 122 | 120 | 0 | 14 | 356 | 114 | 64 |
| Binary | 101000 | 101110 | 11100001 | 1010010 | 1010000 | 0 | 1100 | 11101110 | 1001100 | 110100 |
Color Harmonies of #282EE1
Complementary color
Monochromatic Colors of #282EE1
Black with #282EE1
Text Example
Text Example
White with #282EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EE1; }
p { color: rgb(40,46,225); }
H1.HeaderClassName
{
color: #282EE1;
}
.AnyTagClassName
{
color: #282EE1;
}
</style>
background-color css
<style>
a { background-color: #282EE1; }
a { background-color: rgb(40,46,225); }
div.DivClassName
{
background-color: #282EE1;
}
.BgClassName
{
background-color: #282EE1;
}
</style>
border-color css
<style>
span { border-color: #282EE1; }
span { border-color: rgb(40,46,225); }
td.TdClassName
{
border-color: #282EE1;
}
.TagClassName
{
border-color: #282EE1;
}
</style>