Shades of Han Purple #3023E4
Tints of Han Purple #3023E4
RGB
CMYK
RGB Variations
Color information
#3023E4 (or 0x3023E4) is known color: Han Purple. HEX triplet: 30, 23 and E4. RGB value is (48,35,228). Sum of RGB (Red+Green+Blue) = 48+35+228=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 228 (89.45% from 255 or 73.31% from 311); Max value from RGB is 228 - color contains mainly: blue. Hex color #3023E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3023E4 is #CFDC1B. Grayscale: #3C3C3C. Windows color (decimal): -13622300 or 14951216. OLE color: 14951216.
HSL color Cylindrical-coordinate representation of color #3023E4: hue angle of 244.04º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3023E4 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 35 | 228 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.11 |
| HSL | 244.04º | 0.78% | 0.52% | - |
| HSV(B) | 244.04º | 0.85% | 0.89% | - |
| XYZ | 15.82 | 7.43 | 74 | - |
| YUV | 60.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 228 | 0.79 | 0.85 | 0 | 0.11 | 244.04 | 0.78 | 0.52 |
| Hex | 30 | 23 | E4 | 4F | 55 | 0 | B | F4 | 4E | 34 |
| Octal | 60 | 43 | 344 | 117 | 125 | 0 | 13 | 364 | 116 | 64 |
| Binary | 110000 | 100011 | 11100100 | 1001111 | 1010101 | 0 | 1011 | 11110100 | 1001110 | 110100 |
Color Harmonies of #3023E4
Complementary color
Monochromatic Colors of #3023E4
Black with #3023E4
Text Example
Text Example
White with #3023E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023E4; }
p { color: rgb(48,35,228); }
H1.HeaderClassName
{
color: #3023E4;
}
.AnyTagClassName
{
color: #3023E4;
}
</style>
background-color css
<style>
a { background-color: #3023E4; }
a { background-color: rgb(48,35,228); }
div.DivClassName
{
background-color: #3023E4;
}
.BgClassName
{
background-color: #3023E4;
}
</style>
border-color css
<style>
span { border-color: #3023E4; }
span { border-color: rgb(48,35,228); }
td.TdClassName
{
border-color: #3023E4;
}
.TagClassName
{
border-color: #3023E4;
}
</style>