Shades of Persian Blue #282DE0
Tints of Persian Blue #282DE0
RGB
CMYK
RGB Variations
Color information
#282DE0 (or 0x282DE0) is known color: Persian Blue. HEX triplet: 28, 2D and E0. RGB value is (40,45,224). Sum of RGB (Red+Green+Blue) = 40+45+224=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #282DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282DE0 is #D7D21F. Grayscale: #3F3F3F. Windows color (decimal): -14144032 or 14691624. OLE color: 14691624.
HSL color Cylindrical-coordinate representation of color #282DE0: hue angle of 238.37º degrees, saturation: 0.75, 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 #282DE0 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 45 | 224 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.12 |
| HSL | 238.37º | 0.75% | 0.52% | - |
| HSV(B) | 238.37º | 0.82% | 0.88% | - |
| XYZ | 15.27 | 7.71 | 71.2 | - |
| YUV | 63.91 | 218.34 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 224 | 0.82 | 0.80 | 0 | 0.12 | 238.37 | 0.75 | 0.52 |
| Hex | 28 | 2D | E0 | 52 | 50 | 0 | C | EE | 4B | 34 |
| Octal | 50 | 55 | 340 | 122 | 120 | 0 | 14 | 356 | 113 | 64 |
| Binary | 101000 | 101101 | 11100000 | 1010010 | 1010000 | 0 | 1100 | 11101110 | 1001011 | 110100 |
Color Harmonies of #282DE0
Complementary color
Monochromatic Colors of #282DE0
Black with #282DE0
Text Example
Text Example
White with #282DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282DE0; }
p { color: rgb(40,45,224); }
H1.HeaderClassName
{
color: #282DE0;
}
.AnyTagClassName
{
color: #282DE0;
}
</style>
background-color css
<style>
a { background-color: #282DE0; }
a { background-color: rgb(40,45,224); }
div.DivClassName
{
background-color: #282DE0;
}
.BgClassName
{
background-color: #282DE0;
}
</style>
border-color css
<style>
span { border-color: #282DE0; }
span { border-color: rgb(40,45,224); }
td.TdClassName
{
border-color: #282DE0;
}
.TagClassName
{
border-color: #282DE0;
}
</style>