Shades of Han Purple #302BE8
Tints of Han Purple #302BE8
RGB
CMYK
RGB Variations
Color information
#302BE8 (or 0x302BE8) is known color: Han Purple. HEX triplet: 30, 2B and E8. RGB value is (48,43,232). Sum of RGB (Red+Green+Blue) = 48+43+232=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 232 (91.02% from 255 or 71.83% from 323); Max value from RGB is 232 - color contains mainly: blue. Hex color #302BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BE8 is #CFD417. Grayscale: #414141. Windows color (decimal): -13620248 or 15215408. OLE color: 15215408.
HSL color Cylindrical-coordinate representation of color #302BE8: hue angle of 241.59º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302BE8 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 43 | 232 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.09 |
| HSL | 241.59º | 0.8% | 0.54% | - |
| HSV(B) | 241.59º | 0.81% | 0.91% | - |
| XYZ | 16.65 | 8.18 | 77.05 | - |
| YUV | 66.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 232 | 0.79 | 0.81 | 0 | 0.09 | 241.59 | 0.8 | 0.54 |
| Hex | 30 | 2B | E8 | 4F | 51 | 0 | 9 | F2 | 50 | 36 |
| Octal | 60 | 53 | 350 | 117 | 121 | 0 | 11 | 362 | 120 | 66 |
| Binary | 110000 | 101011 | 11101000 | 1001111 | 1010001 | 0 | 1001 | 11110010 | 1010000 | 110110 |
Color Harmonies of #302BE8
Complementary color
Monochromatic Colors of #302BE8
Black with #302BE8
Text Example
Text Example
White with #302BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BE8; }
p { color: rgb(48,43,232); }
H1.HeaderClassName
{
color: #302BE8;
}
.AnyTagClassName
{
color: #302BE8;
}
</style>
background-color css
<style>
a { background-color: #302BE8; }
a { background-color: rgb(48,43,232); }
div.DivClassName
{
background-color: #302BE8;
}
.BgClassName
{
background-color: #302BE8;
}
</style>
border-color css
<style>
span { border-color: #302BE8; }
span { border-color: rgb(48,43,232); }
td.TdClassName
{
border-color: #302BE8;
}
.TagClassName
{
border-color: #302BE8;
}
</style>