Shades of Han Purple #302CEC
Tints of Han Purple #302CEC
RGB
CMYK
RGB Variations
Color information
#302CEC (or 0x302CEC) is known color: Han Purple. HEX triplet: 30, 2C and EC. RGB value is (48,44,236). Sum of RGB (Red+Green+Blue) = 48+44+236=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #302CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302CEC is #CFD313. Grayscale: #424242. Windows color (decimal): -13619988 or 15477808. OLE color: 15477808.
HSL color Cylindrical-coordinate representation of color #302CEC: hue angle of 241.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302CEC is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 44 | 236 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.07 |
| HSL | 241.25º | 0.83% | 0.55% | - |
| HSV(B) | 241.25º | 0.81% | 0.93% | - |
| XYZ | 17.26 | 8.49 | 80.09 | - |
| YUV | 67.08 | 223.33 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 236 | 0.80 | 0.81 | 0 | 0.07 | 241.25 | 0.83 | 0.55 |
| Hex | 30 | 2C | EC | 50 | 51 | 0 | 7 | F1 | 53 | 37 |
| Octal | 60 | 54 | 354 | 120 | 121 | 0 | 7 | 361 | 123 | 67 |
| Binary | 110000 | 101100 | 11101100 | 1010000 | 1010001 | 0 | 111 | 11110001 | 1010011 | 110111 |
Color Harmonies of #302CEC
Complementary color
Monochromatic Colors of #302CEC
Black with #302CEC
Text Example
Text Example
White with #302CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CEC; }
p { color: rgb(48,44,236); }
H1.HeaderClassName
{
color: #302CEC;
}
.AnyTagClassName
{
color: #302CEC;
}
</style>
background-color css
<style>
a { background-color: #302CEC; }
a { background-color: rgb(48,44,236); }
div.DivClassName
{
background-color: #302CEC;
}
.BgClassName
{
background-color: #302CEC;
}
</style>
border-color css
<style>
span { border-color: #302CEC; }
span { border-color: rgb(48,44,236); }
td.TdClassName
{
border-color: #302CEC;
}
.TagClassName
{
border-color: #302CEC;
}
</style>