Shades of Han Purple #302CEB
Tints of Han Purple #302CEB
RGB
CMYK
RGB Variations
Color information
#302CEB (or 0x302CEB) is known color: Han Purple. HEX triplet: 30, 2C and EB. RGB value is (48,44,235). Sum of RGB (Red+Green+Blue) = 48+44+235=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #302CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302CEB is #CFD314. Grayscale: #424242. Windows color (decimal): -13619989 or 15412272. OLE color: 15412272.
HSL color Cylindrical-coordinate representation of color #302CEB: hue angle of 241.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302CEB is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 44 | 235 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.08 |
| HSL | 241.26º | 0.83% | 0.55% | - |
| HSV(B) | 241.26º | 0.81% | 0.92% | - |
| XYZ | 17.12 | 8.43 | 79.32 | - |
| YUV | 66.97 | 222.83 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 235 | 0.80 | 0.81 | 0 | 0.08 | 241.26 | 0.83 | 0.55 |
| Hex | 30 | 2C | EB | 50 | 51 | 0 | 8 | F1 | 53 | 37 |
| Octal | 60 | 54 | 353 | 120 | 121 | 0 | 10 | 361 | 123 | 67 |
| Binary | 110000 | 101100 | 11101011 | 1010000 | 1010001 | 0 | 1000 | 11110001 | 1010011 | 110111 |
Color Harmonies of #302CEB
Complementary color
Monochromatic Colors of #302CEB
Black with #302CEB
Text Example
Text Example
White with #302CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CEB; }
p { color: rgb(48,44,235); }
H1.HeaderClassName
{
color: #302CEB;
}
.AnyTagClassName
{
color: #302CEB;
}
</style>
background-color css
<style>
a { background-color: #302CEB; }
a { background-color: rgb(48,44,235); }
div.DivClassName
{
background-color: #302CEB;
}
.BgClassName
{
background-color: #302CEB;
}
</style>
border-color css
<style>
span { border-color: #302CEB; }
span { border-color: rgb(48,44,235); }
td.TdClassName
{
border-color: #302CEB;
}
.TagClassName
{
border-color: #302CEB;
}
</style>