Shades of Han Purple #3003E6
Tints of Han Purple #3003E6
RGB
CMYK
RGB Variations
Color information
#3003E6 (or 0x3003E6) is known color: Han Purple. HEX triplet: 30, 03 and E6. RGB value is (48,3,230). Sum of RGB (Red+Green+Blue) = 48+3+230=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 230 (90.23% from 255 or 81.85% from 281); Max value from RGB is 230 - color contains mainly: blue. Hex color #3003E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3003E6 is #CFFC19. Grayscale: #292929. Windows color (decimal): -13630490 or 15074096. OLE color: 15074096.
HSL color Cylindrical-coordinate representation of color #3003E6: hue angle of 251.89º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003E6 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 3 | 230 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.10 |
| HSL | 251.89º | 0.97% | 0.46% | - |
| HSV(B) | 251.89º | 0.99% | 0.9% | - |
| XYZ | 15.53 | 6.41 | 75.28 | - |
| YUV | 42.33 | 233.91 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 230 | 0.79 | 0.99 | 0 | 0.10 | 251.89 | 0.97 | 0.46 |
| Hex | 30 | 3 | E6 | 4F | 63 | 0 | A | FC | 61 | 2E |
| Octal | 60 | 3 | 346 | 117 | 143 | 0 | 12 | 374 | 141 | 56 |
| Binary | 110000 | 11 | 11100110 | 1001111 | 1100011 | 0 | 1010 | 11111100 | 1100001 | 101110 |
Color Harmonies of #3003E6
Complementary color
Monochromatic Colors of #3003E6
Black with #3003E6
Text Example
Text Example
White with #3003E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3003E6; }
p { color: rgb(48,3,230); }
H1.HeaderClassName
{
color: #3003E6;
}
.AnyTagClassName
{
color: #3003E6;
}
</style>
background-color css
<style>
a { background-color: #3003E6; }
a { background-color: rgb(48,3,230); }
div.DivClassName
{
background-color: #3003E6;
}
.BgClassName
{
background-color: #3003E6;
}
</style>
border-color css
<style>
span { border-color: #3003E6; }
span { border-color: rgb(48,3,230); }
td.TdClassName
{
border-color: #3003E6;
}
.TagClassName
{
border-color: #3003E6;
}
</style>