Shades of Han Purple #3010E5
Tints of Han Purple #3010E5
RGB
CMYK
RGB Variations
Color information
#3010E5 (or 0x3010E5) is known color: Han Purple. HEX triplet: 30, 10 and E5. RGB value is (48,16,229). Sum of RGB (Red+Green+Blue) = 48+16+229=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 229 (89.84% from 255 or 78.16% from 293); Max value from RGB is 229 - color contains mainly: blue. Hex color #3010E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3010E5 is #CFEF1A. Grayscale: #313131. Windows color (decimal): -13627163 or 15011888. OLE color: 15011888.
HSL color Cylindrical-coordinate representation of color #3010E5: hue angle of 249.01º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3010E5 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 16 | 229 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.10 |
| HSL | 249.01º | 0.87% | 0.48% | - |
| HSV(B) | 249.01º | 0.93% | 0.9% | - |
| XYZ | 15.55 | 6.66 | 74.59 | - |
| YUV | 49.85 | 229.1 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 229 | 0.79 | 0.93 | 0 | 0.10 | 249.01 | 0.87 | 0.48 |
| Hex | 30 | 10 | E5 | 4F | 5D | 0 | A | F9 | 57 | 30 |
| Octal | 60 | 20 | 345 | 117 | 135 | 0 | 12 | 371 | 127 | 60 |
| Binary | 110000 | 10000 | 11100101 | 1001111 | 1011101 | 0 | 1010 | 11111001 | 1010111 | 110000 |
Color Harmonies of #3010E5
Complementary color
Monochromatic Colors of #3010E5
Black with #3010E5
Text Example
Text Example
White with #3010E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010E5; }
p { color: rgb(48,16,229); }
H1.HeaderClassName
{
color: #3010E5;
}
.AnyTagClassName
{
color: #3010E5;
}
</style>
background-color css
<style>
a { background-color: #3010E5; }
a { background-color: rgb(48,16,229); }
div.DivClassName
{
background-color: #3010E5;
}
.BgClassName
{
background-color: #3010E5;
}
</style>
border-color css
<style>
span { border-color: #3010E5; }
span { border-color: rgb(48,16,229); }
td.TdClassName
{
border-color: #3010E5;
}
.TagClassName
{
border-color: #3010E5;
}
</style>