Shades of Persian Blue #282CE7
Tints of Persian Blue #282CE7
RGB
CMYK
RGB Variations
Color information
#282CE7 (or 0x282CE7) is known color: Persian Blue. HEX triplet: 28, 2C and E7. RGB value is (40,44,231). Sum of RGB (Red+Green+Blue) = 40+44+231=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 231 (90.62% from 255 or 73.33% from 315); Max value from RGB is 231 - color contains mainly: blue. Hex color #282CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282CE7 is #D7D318. Grayscale: #3F3F3F. Windows color (decimal): -14144281 or 15150120. OLE color: 15150120.
HSL color Cylindrical-coordinate representation of color #282CE7: hue angle of 238.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282CE7 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 44 | 231 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.09 |
| HSL | 238.74º | 0.8% | 0.53% | - |
| HSV(B) | 238.74º | 0.83% | 0.91% | - |
| XYZ | 16.2 | 8.02 | 76.3 | - |
| YUV | 64.12 | 222.17 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 231 | 0.83 | 0.81 | 0 | 0.09 | 238.74 | 0.8 | 0.53 |
| Hex | 28 | 2C | E7 | 53 | 51 | 0 | 9 | EF | 50 | 35 |
| Octal | 50 | 54 | 347 | 123 | 121 | 0 | 11 | 357 | 120 | 65 |
| Binary | 101000 | 101100 | 11100111 | 1010011 | 1010001 | 0 | 1001 | 11101111 | 1010000 | 110101 |
Color Harmonies of #282CE7
Complementary color
Monochromatic Colors of #282CE7
Black with #282CE7
Text Example
Text Example
White with #282CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CE7; }
p { color: rgb(40,44,231); }
H1.HeaderClassName
{
color: #282CE7;
}
.AnyTagClassName
{
color: #282CE7;
}
</style>
background-color css
<style>
a { background-color: #282CE7; }
a { background-color: rgb(40,44,231); }
div.DivClassName
{
background-color: #282CE7;
}
.BgClassName
{
background-color: #282CE7;
}
</style>
border-color css
<style>
span { border-color: #282CE7; }
span { border-color: rgb(40,44,231); }
td.TdClassName
{
border-color: #282CE7;
}
.TagClassName
{
border-color: #282CE7;
}
</style>