Shades of Han Purple #3027ED
Tints of Han Purple #3027ED
RGB
CMYK
RGB Variations
Color information
#3027ED (or 0x3027ED) is known color: Han Purple. HEX triplet: 30, 27 and ED. RGB value is (48,39,237). Sum of RGB (Red+Green+Blue) = 48+39+237=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #3027ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3027ED is #CFD812. Grayscale: #3F3F3F. Windows color (decimal): -13621267 or 15542064. OLE color: 15542064.
HSL color Cylindrical-coordinate representation of color #3027ED: hue angle of 242.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3027ED is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 39 | 237 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.07 |
| HSL | 242.73º | 0.85% | 0.54% | - |
| HSV(B) | 242.73º | 0.84% | 0.93% | - |
| XYZ | 17.23 | 8.19 | 80.79 | - |
| YUV | 64.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 237 | 0.80 | 0.84 | 0 | 0.07 | 242.73 | 0.85 | 0.54 |
| Hex | 30 | 27 | ED | 50 | 54 | 0 | 7 | F3 | 55 | 36 |
| Octal | 60 | 47 | 355 | 120 | 124 | 0 | 7 | 363 | 125 | 66 |
| Binary | 110000 | 100111 | 11101101 | 1010000 | 1010100 | 0 | 111 | 11110011 | 1010101 | 110110 |
Color Harmonies of #3027ED
Complementary color
Monochromatic Colors of #3027ED
Black with #3027ED
Text Example
Text Example
White with #3027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3027ED; }
p { color: rgb(48,39,237); }
H1.HeaderClassName
{
color: #3027ED;
}
.AnyTagClassName
{
color: #3027ED;
}
</style>
background-color css
<style>
a { background-color: #3027ED; }
a { background-color: rgb(48,39,237); }
div.DivClassName
{
background-color: #3027ED;
}
.BgClassName
{
background-color: #3027ED;
}
</style>
border-color css
<style>
span { border-color: #3027ED; }
span { border-color: rgb(48,39,237); }
td.TdClassName
{
border-color: #3027ED;
}
.TagClassName
{
border-color: #3027ED;
}
</style>