Shades of Han Purple #3023ED
Tints of Han Purple #3023ED
RGB
CMYK
RGB Variations
Color information
#3023ED (or 0x3023ED) is known color: Han Purple. HEX triplet: 30, 23 and ED. RGB value is (48,35,237). Sum of RGB (Red+Green+Blue) = 48+35+237=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #3023ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3023ED is #CFDC12. Grayscale: #3D3D3D. Windows color (decimal): -13622291 or 15541040. OLE color: 15541040.
HSL color Cylindrical-coordinate representation of color #3023ED: hue angle of 243.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3023ED is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 35 | 237 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.07 |
| HSL | 243.86º | 0.85% | 0.53% | - |
| HSV(B) | 243.86º | 0.85% | 0.93% | - |
| XYZ | 17.11 | 7.94 | 80.75 | - |
| YUV | 61.92 | 226.81 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 237 | 0.80 | 0.85 | 0 | 0.07 | 243.86 | 0.85 | 0.53 |
| Hex | 30 | 23 | ED | 50 | 55 | 0 | 7 | F4 | 55 | 35 |
| Octal | 60 | 43 | 355 | 120 | 125 | 0 | 7 | 364 | 125 | 65 |
| Binary | 110000 | 100011 | 11101101 | 1010000 | 1010101 | 0 | 111 | 11110100 | 1010101 | 110101 |
Color Harmonies of #3023ED
Complementary color
Monochromatic Colors of #3023ED
Black with #3023ED
Text Example
Text Example
White with #3023ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023ED; }
p { color: rgb(48,35,237); }
H1.HeaderClassName
{
color: #3023ED;
}
.AnyTagClassName
{
color: #3023ED;
}
</style>
background-color css
<style>
a { background-color: #3023ED; }
a { background-color: rgb(48,35,237); }
div.DivClassName
{
background-color: #3023ED;
}
.BgClassName
{
background-color: #3023ED;
}
</style>
border-color css
<style>
span { border-color: #3023ED; }
span { border-color: rgb(48,35,237); }
td.TdClassName
{
border-color: #3023ED;
}
.TagClassName
{
border-color: #3023ED;
}
</style>