Shades of Persian Blue #282DE5
Tints of Persian Blue #282DE5
RGB
CMYK
RGB Variations
Color information
#282DE5 (or 0x282DE5) is known color: Persian Blue. HEX triplet: 28, 2D and E5. RGB value is (40,45,229). Sum of RGB (Red+Green+Blue) = 40+45+229=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #282DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DE5 is #D7D21A. Grayscale: #3F3F3F. Windows color (decimal): -14144027 or 15019304. OLE color: 15019304.
HSL color Cylindrical-coordinate representation of color #282DE5: hue angle of 238.41º 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 #282DE5 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 45 | 229 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.10 |
| HSL | 238.41º | 0.78% | 0.53% | - |
| HSV(B) | 238.41º | 0.83% | 0.9% | - |
| XYZ | 15.96 | 7.99 | 74.83 | - |
| YUV | 64.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 229 | 0.83 | 0.80 | 0 | 0.10 | 238.41 | 0.78 | 0.53 |
| Hex | 28 | 2D | E5 | 53 | 50 | 0 | A | EE | 4E | 35 |
| Octal | 50 | 55 | 345 | 123 | 120 | 0 | 12 | 356 | 116 | 65 |
| Binary | 101000 | 101101 | 11100101 | 1010011 | 1010000 | 0 | 1010 | 11101110 | 1001110 | 110101 |
Color Harmonies of #282DE5
Complementary color
Monochromatic Colors of #282DE5
Black with #282DE5
Text Example
Text Example
White with #282DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DE5; }
p { color: rgb(40,45,229); }
H1.HeaderClassName
{
color: #282DE5;
}
.AnyTagClassName
{
color: #282DE5;
}
</style>
background-color css
<style>
a { background-color: #282DE5; }
a { background-color: rgb(40,45,229); }
div.DivClassName
{
background-color: #282DE5;
}
.BgClassName
{
background-color: #282DE5;
}
</style>
border-color css
<style>
span { border-color: #282DE5; }
span { border-color: rgb(40,45,229); }
td.TdClassName
{
border-color: #282DE5;
}
.TagClassName
{
border-color: #282DE5;
}
</style>