Shades of Han Purple #302BEC
Tints of Han Purple #302BEC
RGB
CMYK
RGB Variations
Color information
#302BEC (or 0x302BEC) is known color: Han Purple. HEX triplet: 30, 2B and EC. RGB value is (48,43,236). Sum of RGB (Red+Green+Blue) = 48+43+236=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #302BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BEC is #CFD413. Grayscale: #414141. Windows color (decimal): -13620244 or 15477552. OLE color: 15477552.
HSL color Cylindrical-coordinate representation of color #302BEC: hue angle of 241.55º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302BEC is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 43 | 236 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.07 |
| HSL | 241.55º | 0.84% | 0.55% | - |
| HSV(B) | 241.55º | 0.82% | 0.93% | - |
| XYZ | 17.22 | 8.41 | 80.07 | - |
| YUV | 66.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 236 | 0.80 | 0.82 | 0 | 0.07 | 241.55 | 0.84 | 0.55 |
| Hex | 30 | 2B | EC | 50 | 52 | 0 | 7 | F2 | 54 | 37 |
| Octal | 60 | 53 | 354 | 120 | 122 | 0 | 7 | 362 | 124 | 67 |
| Binary | 110000 | 101011 | 11101100 | 1010000 | 1010010 | 0 | 111 | 11110010 | 1010100 | 110111 |
Color Harmonies of #302BEC
Complementary color
Monochromatic Colors of #302BEC
Black with #302BEC
Text Example
Text Example
White with #302BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BEC; }
p { color: rgb(48,43,236); }
H1.HeaderClassName
{
color: #302BEC;
}
.AnyTagClassName
{
color: #302BEC;
}
</style>
background-color css
<style>
a { background-color: #302BEC; }
a { background-color: rgb(48,43,236); }
div.DivClassName
{
background-color: #302BEC;
}
.BgClassName
{
background-color: #302BEC;
}
</style>
border-color css
<style>
span { border-color: #302BEC; }
span { border-color: rgb(48,43,236); }
td.TdClassName
{
border-color: #302BEC;
}
.TagClassName
{
border-color: #302BEC;
}
</style>