Shades of Han Purple #302AEC
Tints of Han Purple #302AEC
RGB
CMYK
RGB Variations
Color information
#302AEC (or 0x302AEC) is known color: Han Purple. HEX triplet: 30, 2A and EC. RGB value is (48,42,236). Sum of RGB (Red+Green+Blue) = 48+42+236=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #302AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302AEC is #CFD513. Grayscale: #414141. Windows color (decimal): -13620500 or 15477296. OLE color: 15477296.
HSL color Cylindrical-coordinate representation of color #302AEC: hue angle of 241.86º 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 #302AEC is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 42 | 236 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.07 |
| HSL | 241.86º | 0.84% | 0.55% | - |
| HSV(B) | 241.86º | 0.82% | 0.93% | - |
| XYZ | 17.19 | 8.34 | 80.06 | - |
| YUV | 65.91 | 223.99 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 236 | 0.80 | 0.82 | 0 | 0.07 | 241.86 | 0.84 | 0.55 |
| Hex | 30 | 2A | EC | 50 | 52 | 0 | 7 | F2 | 54 | 37 |
| Octal | 60 | 52 | 354 | 120 | 122 | 0 | 7 | 362 | 124 | 67 |
| Binary | 110000 | 101010 | 11101100 | 1010000 | 1010010 | 0 | 111 | 11110010 | 1010100 | 110111 |
Color Harmonies of #302AEC
Complementary color
Monochromatic Colors of #302AEC
Black with #302AEC
Text Example
Text Example
White with #302AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AEC; }
p { color: rgb(48,42,236); }
H1.HeaderClassName
{
color: #302AEC;
}
.AnyTagClassName
{
color: #302AEC;
}
</style>
background-color css
<style>
a { background-color: #302AEC; }
a { background-color: rgb(48,42,236); }
div.DivClassName
{
background-color: #302AEC;
}
.BgClassName
{
background-color: #302AEC;
}
</style>
border-color css
<style>
span { border-color: #302AEC; }
span { border-color: rgb(48,42,236); }
td.TdClassName
{
border-color: #302AEC;
}
.TagClassName
{
border-color: #302AEC;
}
</style>