Shades of Han Purple #3003EC
Tints of Han Purple #3003EC
RGB
CMYK
RGB Variations
Color information
#3003EC (or 0x3003EC) is known color: Han Purple. HEX triplet: 30, 03 and EC. RGB value is (48,3,236). Sum of RGB (Red+Green+Blue) = 48+3+236=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #3003EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3003EC is #CFFC13. Grayscale: #2A2A2A. Windows color (decimal): -13630484 or 15467312. OLE color: 15467312.
HSL color Cylindrical-coordinate representation of color #3003EC: hue angle of 251.59º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003EC is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 3 | 236 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.07 |
| HSL | 251.59º | 0.97% | 0.47% | - |
| HSV(B) | 251.59º | 0.99% | 0.93% | - |
| XYZ | 16.39 | 6.75 | 79.8 | - |
| YUV | 43.02 | 236.91 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 236 | 0.80 | 0.99 | 0 | 0.07 | 251.59 | 0.97 | 0.47 |
| Hex | 30 | 3 | EC | 50 | 63 | 0 | 7 | FC | 61 | 2F |
| Octal | 60 | 3 | 354 | 120 | 143 | 0 | 7 | 374 | 141 | 57 |
| Binary | 110000 | 11 | 11101100 | 1010000 | 1100011 | 0 | 111 | 11111100 | 1100001 | 101111 |
Color Harmonies of #3003EC
Complementary color
Monochromatic Colors of #3003EC
Black with #3003EC
Text Example
Text Example
White with #3003EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003EC; }
p { color: rgb(48,3,236); }
H1.HeaderClassName
{
color: #3003EC;
}
.AnyTagClassName
{
color: #3003EC;
}
</style>
background-color css
<style>
a { background-color: #3003EC; }
a { background-color: rgb(48,3,236); }
div.DivClassName
{
background-color: #3003EC;
}
.BgClassName
{
background-color: #3003EC;
}
</style>
border-color css
<style>
span { border-color: #3003EC; }
span { border-color: rgb(48,3,236); }
td.TdClassName
{
border-color: #3003EC;
}
.TagClassName
{
border-color: #3003EC;
}
</style>