Shades of Persian Blue #282BE6
Tints of Persian Blue #282BE6
RGB
CMYK
RGB Variations
Color information
#282BE6 (or 0x282BE6) is known color: Persian Blue. HEX triplet: 28, 2B and E6. RGB value is (40,43,230). Sum of RGB (Red+Green+Blue) = 40+43+230=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #282BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282BE6 is #D7D419. Grayscale: #3E3E3E. Windows color (decimal): -14144538 or 15084328. OLE color: 15084328.
HSL color Cylindrical-coordinate representation of color #282BE6: hue angle of 239.05º degrees, saturation: 0.79, 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 #282BE6 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 43 | 230 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.10 |
| HSL | 239.05º | 0.79% | 0.53% | - |
| HSV(B) | 239.05º | 0.83% | 0.9% | - |
| XYZ | 16.02 | 7.89 | 75.54 | - |
| YUV | 63.42 | 222.01 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 43 | 230 | 0.83 | 0.81 | 0 | 0.10 | 239.05 | 0.79 | 0.53 |
| Hex | 28 | 2B | E6 | 53 | 51 | 0 | A | EF | 4F | 35 |
| Octal | 50 | 53 | 346 | 123 | 121 | 0 | 12 | 357 | 117 | 65 |
| Binary | 101000 | 101011 | 11100110 | 1010011 | 1010001 | 0 | 1010 | 11101111 | 1001111 | 110101 |
Color Harmonies of #282BE6
Complementary color
Monochromatic Colors of #282BE6
Black with #282BE6
Text Example
Text Example
White with #282BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282BE6; }
p { color: rgb(40,43,230); }
H1.HeaderClassName
{
color: #282BE6;
}
.AnyTagClassName
{
color: #282BE6;
}
</style>
background-color css
<style>
a { background-color: #282BE6; }
a { background-color: rgb(40,43,230); }
div.DivClassName
{
background-color: #282BE6;
}
.BgClassName
{
background-color: #282BE6;
}
</style>
border-color css
<style>
span { border-color: #282BE6; }
span { border-color: rgb(40,43,230); }
td.TdClassName
{
border-color: #282BE6;
}
.TagClassName
{
border-color: #282BE6;
}
</style>