Shades of Han Purple #302BEB
Tints of Han Purple #302BEB
RGB
CMYK
RGB Variations
Color information
#302BEB (or 0x302BEB) is known color: Han Purple. HEX triplet: 30, 2B and EB. RGB value is (48,43,235). Sum of RGB (Red+Green+Blue) = 48+43+235=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #302BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BEB is #CFD414. Grayscale: #414141. Windows color (decimal): -13620245 or 15412016. OLE color: 15412016.
HSL color Cylindrical-coordinate representation of color #302BEB: hue angle of 241.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302BEB is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 43 | 235 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.08 |
| HSL | 241.56º | 0.83% | 0.55% | - |
| HSV(B) | 241.56º | 0.82% | 0.92% | - |
| XYZ | 17.08 | 8.35 | 79.31 | - |
| YUV | 66.38 | 223.16 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 235 | 0.80 | 0.82 | 0 | 0.08 | 241.56 | 0.83 | 0.55 |
| Hex | 30 | 2B | EB | 50 | 52 | 0 | 8 | F2 | 53 | 37 |
| Octal | 60 | 53 | 353 | 120 | 122 | 0 | 10 | 362 | 123 | 67 |
| Binary | 110000 | 101011 | 11101011 | 1010000 | 1010010 | 0 | 1000 | 11110010 | 1010011 | 110111 |
Color Harmonies of #302BEB
Complementary color
Monochromatic Colors of #302BEB
Black with #302BEB
Text Example
Text Example
White with #302BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BEB; }
p { color: rgb(48,43,235); }
H1.HeaderClassName
{
color: #302BEB;
}
.AnyTagClassName
{
color: #302BEB;
}
</style>
background-color css
<style>
a { background-color: #302BEB; }
a { background-color: rgb(48,43,235); }
div.DivClassName
{
background-color: #302BEB;
}
.BgClassName
{
background-color: #302BEB;
}
</style>
border-color css
<style>
span { border-color: #302BEB; }
span { border-color: rgb(48,43,235); }
td.TdClassName
{
border-color: #302BEB;
}
.TagClassName
{
border-color: #302BEB;
}
</style>