Shades of Persian Blue #282EC1
Tints of Persian Blue #282EC1
RGB
CMYK
RGB Variations
Color information
#282EC1 (or 0x282EC1) is known color: Persian Blue. HEX triplet: 28, 2E and C1. RGB value is (40,46,193). Sum of RGB (Red+Green+Blue) = 40+46+193=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #282EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282EC1 is #D7D13E. Grayscale: #3C3C3C. Windows color (decimal): -14143807 or 12660264. OLE color: 12660264.
HSL color Cylindrical-coordinate representation of color #282EC1: hue angle of 237.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282EC1 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 46 | 193 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.24 |
| HSL | 237.65º | 0.66% | 0.46% | - |
| HSV(B) | 237.65º | 0.79% | 0.76% | - |
| XYZ | 11.48 | 6.26 | 51.05 | - |
| YUV | 60.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 193 | 0.79 | 0.76 | 0 | 0.24 | 237.65 | 0.66 | 0.46 |
| Hex | 28 | 2E | C1 | 4F | 4C | 0 | 18 | EE | 42 | 2E |
| Octal | 50 | 56 | 301 | 117 | 114 | 0 | 30 | 356 | 102 | 56 |
| Binary | 101000 | 101110 | 11000001 | 1001111 | 1001100 | 0 | 11000 | 11101110 | 1000010 | 101110 |
Color Harmonies of #282EC1
Complementary color
Monochromatic Colors of #282EC1
Black with #282EC1
Text Example
Text Example
White with #282EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EC1; }
p { color: rgb(40,46,193); }
H1.HeaderClassName
{
color: #282EC1;
}
.AnyTagClassName
{
color: #282EC1;
}
</style>
background-color css
<style>
a { background-color: #282EC1; }
a { background-color: rgb(40,46,193); }
div.DivClassName
{
background-color: #282EC1;
}
.BgClassName
{
background-color: #282EC1;
}
</style>
border-color css
<style>
span { border-color: #282EC1; }
span { border-color: rgb(40,46,193); }
td.TdClassName
{
border-color: #282EC1;
}
.TagClassName
{
border-color: #282EC1;
}
</style>