Shades of Han Purple #280CEA
Tints of Han Purple #280CEA
RGB
CMYK
RGB Variations
Color information
#280CEA (or 0x280CEA) is known color: Han Purple. HEX triplet: 28, 0C and EA. RGB value is (40,12,234). Sum of RGB (Red+Green+Blue) = 40+12+234=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #280CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280CEA is #D7F315. Grayscale: #2C2C2C. Windows color (decimal): -14152470 or 15338536. OLE color: 15338536.
HSL color Cylindrical-coordinate representation of color #280CEA: hue angle of 247.57º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280CEA is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 12 | 234 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.08 |
| HSL | 247.57º | 0.9% | 0.48% | - |
| HSV(B) | 247.57º | 0.95% | 0.92% | - |
| XYZ | 15.86 | 6.65 | 78.29 | - |
| YUV | 45.68 | 234.28 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 234 | 0.83 | 0.95 | 0 | 0.08 | 247.57 | 0.9 | 0.48 |
| Hex | 28 | C | EA | 53 | 5F | 0 | 8 | F8 | 5A | 30 |
| Octal | 50 | 14 | 352 | 123 | 137 | 0 | 10 | 370 | 132 | 60 |
| Binary | 101000 | 1100 | 11101010 | 1010011 | 1011111 | 0 | 1000 | 11111000 | 1011010 | 110000 |
Color Harmonies of #280CEA
Complementary color
Monochromatic Colors of #280CEA
Black with #280CEA
Text Example
Text Example
White with #280CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CEA; }
p { color: rgb(40,12,234); }
H1.HeaderClassName
{
color: #280CEA;
}
.AnyTagClassName
{
color: #280CEA;
}
</style>
background-color css
<style>
a { background-color: #280CEA; }
a { background-color: rgb(40,12,234); }
div.DivClassName
{
background-color: #280CEA;
}
.BgClassName
{
background-color: #280CEA;
}
</style>
border-color css
<style>
span { border-color: #280CEA; }
span { border-color: rgb(40,12,234); }
td.TdClassName
{
border-color: #280CEA;
}
.TagClassName
{
border-color: #280CEA;
}
</style>