Shades of Han Purple #302BE4
Tints of Han Purple #302BE4
RGB
CMYK
RGB Variations
Color information
#302BE4 (or 0x302BE4) is known color: Han Purple. HEX triplet: 30, 2B and E4. RGB value is (48,43,228). Sum of RGB (Red+Green+Blue) = 48+43+228=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 228 (89.45% from 255 or 71.47% from 319); Max value from RGB is 228 - color contains mainly: blue. Hex color #302BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BE4 is #CFD41B. Grayscale: #404040. Windows color (decimal): -13620252 or 14953264. OLE color: 14953264.
HSL color Cylindrical-coordinate representation of color #302BE4: hue angle of 241.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302BE4 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 43 | 228 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.11 |
| HSL | 241.62º | 0.77% | 0.53% | - |
| HSV(B) | 241.62º | 0.81% | 0.89% | - |
| XYZ | 16.09 | 7.96 | 74.09 | - |
| YUV | 65.59 | 219.66 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 228 | 0.79 | 0.81 | 0 | 0.11 | 241.62 | 0.77 | 0.53 |
| Hex | 30 | 2B | E4 | 4F | 51 | 0 | B | F2 | 4D | 35 |
| Octal | 60 | 53 | 344 | 117 | 121 | 0 | 13 | 362 | 115 | 65 |
| Binary | 110000 | 101011 | 11100100 | 1001111 | 1010001 | 0 | 1011 | 11110010 | 1001101 | 110101 |
Color Harmonies of #302BE4
Complementary color
Monochromatic Colors of #302BE4
Black with #302BE4
Text Example
Text Example
White with #302BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BE4; }
p { color: rgb(48,43,228); }
H1.HeaderClassName
{
color: #302BE4;
}
.AnyTagClassName
{
color: #302BE4;
}
</style>
background-color css
<style>
a { background-color: #302BE4; }
a { background-color: rgb(48,43,228); }
div.DivClassName
{
background-color: #302BE4;
}
.BgClassName
{
background-color: #302BE4;
}
</style>
border-color css
<style>
span { border-color: #302BE4; }
span { border-color: rgb(48,43,228); }
td.TdClassName
{
border-color: #302BE4;
}
.TagClassName
{
border-color: #302BE4;
}
</style>