Shades of Han Purple #3004E1
Tints of Han Purple #3004E1
RGB
CMYK
RGB Variations
Color information
#3004E1 (or 0x3004E1) is known color: Han Purple. HEX triplet: 30, 04 and E1. RGB value is (48,4,225). Sum of RGB (Red+Green+Blue) = 48+4+225=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 225 (88.28% from 255 or 81.23% from 277); Max value from RGB is 225 - color contains mainly: blue. Hex color #3004E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3004E1 is #CFFB1E. Grayscale: #292929. Windows color (decimal): -13630239 or 14746672. OLE color: 14746672.
HSL color Cylindrical-coordinate representation of color #3004E1: hue angle of 251.95º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004E1 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 4 | 225 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.12 |
| HSL | 251.95º | 0.97% | 0.45% | - |
| HSV(B) | 251.95º | 0.98% | 0.88% | - |
| XYZ | 14.85 | 6.15 | 71.64 | - |
| YUV | 42.35 | 231.08 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 225 | 0.79 | 0.98 | 0 | 0.12 | 251.95 | 0.97 | 0.45 |
| Hex | 30 | 4 | E1 | 4F | 62 | 0 | C | FC | 61 | 2D |
| Octal | 60 | 4 | 341 | 117 | 142 | 0 | 14 | 374 | 141 | 55 |
| Binary | 110000 | 100 | 11100001 | 1001111 | 1100010 | 0 | 1100 | 11111100 | 1100001 | 101101 |
Color Harmonies of #3004E1
Complementary color
Monochromatic Colors of #3004E1
Black with #3004E1
Text Example
Text Example
White with #3004E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3004E1; }
p { color: rgb(48,4,225); }
H1.HeaderClassName
{
color: #3004E1;
}
.AnyTagClassName
{
color: #3004E1;
}
</style>
background-color css
<style>
a { background-color: #3004E1; }
a { background-color: rgb(48,4,225); }
div.DivClassName
{
background-color: #3004E1;
}
.BgClassName
{
background-color: #3004E1;
}
</style>
border-color css
<style>
span { border-color: #3004E1; }
span { border-color: rgb(48,4,225); }
td.TdClassName
{
border-color: #3004E1;
}
.TagClassName
{
border-color: #3004E1;
}
</style>