Shades of Han Purple #302CEF
Tints of Han Purple #302CEF
RGB
CMYK
RGB Variations
Color information
#302CEF (or 0x302CEF) is known color: Han Purple. HEX triplet: 30, 2C and EF. RGB value is (48,44,239). Sum of RGB (Red+Green+Blue) = 48+44+239=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #302CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302CEF is #CFD310. Grayscale: #424242. Windows color (decimal): -13619985 or 15674416. OLE color: 15674416.
HSL color Cylindrical-coordinate representation of color #302CEF: hue angle of 241.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302CEF is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 44 | 239 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.06 |
| HSL | 241.23º | 0.86% | 0.55% | - |
| HSV(B) | 241.23º | 0.82% | 0.94% | - |
| XYZ | 17.7 | 8.66 | 82.4 | - |
| YUV | 67.43 | 224.83 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 239 | 0.80 | 0.82 | 0 | 0.06 | 241.23 | 0.86 | 0.55 |
| Hex | 30 | 2C | EF | 50 | 52 | 0 | 6 | F1 | 56 | 37 |
| Octal | 60 | 54 | 357 | 120 | 122 | 0 | 6 | 361 | 126 | 67 |
| Binary | 110000 | 101100 | 11101111 | 1010000 | 1010010 | 0 | 110 | 11110001 | 1010110 | 110111 |
Color Harmonies of #302CEF
Complementary color
Monochromatic Colors of #302CEF
Black with #302CEF
Text Example
Text Example
White with #302CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CEF; }
p { color: rgb(48,44,239); }
H1.HeaderClassName
{
color: #302CEF;
}
.AnyTagClassName
{
color: #302CEF;
}
</style>
background-color css
<style>
a { background-color: #302CEF; }
a { background-color: rgb(48,44,239); }
div.DivClassName
{
background-color: #302CEF;
}
.BgClassName
{
background-color: #302CEF;
}
</style>
border-color css
<style>
span { border-color: #302CEF; }
span { border-color: rgb(48,44,239); }
td.TdClassName
{
border-color: #302CEF;
}
.TagClassName
{
border-color: #302CEF;
}
</style>