Shades of Han Purple #3005E0
Tints of Han Purple #3005E0
RGB
CMYK
RGB Variations
Color information
#3005E0 (or 0x3005E0) is known color: Han Purple. HEX triplet: 30, 05 and E0. RGB value is (48,5,224). Sum of RGB (Red+Green+Blue) = 48+5+224=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #3005E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3005E0 is #CFFA1F. Grayscale: #292929. Windows color (decimal): -13629984 or 14681392. OLE color: 14681392.
HSL color Cylindrical-coordinate representation of color #3005E0: hue angle of 251.78º degrees, saturation: 0.96, 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 #3005E0 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 5 | 224 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.12 |
| HSL | 251.78º | 0.96% | 0.45% | - |
| HSV(B) | 251.78º | 0.98% | 0.88% | - |
| XYZ | 14.73 | 6.12 | 70.93 | - |
| YUV | 42.82 | 230.25 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 224 | 0.79 | 0.98 | 0 | 0.12 | 251.78 | 0.96 | 0.45 |
| Hex | 30 | 5 | E0 | 4F | 62 | 0 | C | FC | 60 | 2D |
| Octal | 60 | 5 | 340 | 117 | 142 | 0 | 14 | 374 | 140 | 55 |
| Binary | 110000 | 101 | 11100000 | 1001111 | 1100010 | 0 | 1100 | 11111100 | 1100000 | 101101 |
Color Harmonies of #3005E0
Complementary color
Monochromatic Colors of #3005E0
Black with #3005E0
Text Example
Text Example
White with #3005E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3005E0; }
p { color: rgb(48,5,224); }
H1.HeaderClassName
{
color: #3005E0;
}
.AnyTagClassName
{
color: #3005E0;
}
</style>
background-color css
<style>
a { background-color: #3005E0; }
a { background-color: rgb(48,5,224); }
div.DivClassName
{
background-color: #3005E0;
}
.BgClassName
{
background-color: #3005E0;
}
</style>
border-color css
<style>
span { border-color: #3005E0; }
span { border-color: rgb(48,5,224); }
td.TdClassName
{
border-color: #3005E0;
}
.TagClassName
{
border-color: #3005E0;
}
</style>