Shades of Han Purple #3000EB
Tints of Han Purple #3000EB
RGB
CMYK
RGB Variations
Color information
#3000EB (or 0x3000EB) is known color: Han Purple. HEX triplet: 30, 00 and EB. RGB value is (48,0,235). Sum of RGB (Red+Green+Blue) = 48+0+235=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #3000EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3000EB is #CFFF14. Grayscale: #282828. Windows color (decimal): -13631253 or 15401008. OLE color: 15401008.
HSL color Cylindrical-coordinate representation of color #3000EB: hue angle of 252.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000EB is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 0 | 235 | - |
| CMYK | 0.80 | 1 | 0 | 0.08 |
| HSL | 252.26º | 1% | 0.46% | - |
| HSV(B) | 252.26º | 1% | 0.92% | - |
| XYZ | 16.21 | 6.63 | 79.02 | - |
| YUV | 41.14 | 237.4 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 235 | 0.80 | 1 | 0 | 0.08 | 252.26 | 1 | 0.46 |
| Hex | 30 | 0 | EB | 50 | 64 | 0 | 8 | FC | 64 | 2E |
| Octal | 60 | 0 | 353 | 120 | 144 | 0 | 10 | 374 | 144 | 56 |
| Binary | 110000 | 0 | 11101011 | 1010000 | 1100100 | 0 | 1000 | 11111100 | 1100100 | 101110 |
Color Harmonies of #3000EB
Complementary color
Monochromatic Colors of #3000EB
Black with #3000EB
Text Example
Text Example
White with #3000EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000EB; }
p { color: rgb(48,0,235); }
H1.HeaderClassName
{
color: #3000EB;
}
.AnyTagClassName
{
color: #3000EB;
}
</style>
background-color css
<style>
a { background-color: #3000EB; }
a { background-color: rgb(48,0,235); }
div.DivClassName
{
background-color: #3000EB;
}
.BgClassName
{
background-color: #3000EB;
}
</style>
border-color css
<style>
span { border-color: #3000EB; }
span { border-color: rgb(48,0,235); }
td.TdClassName
{
border-color: #3000EB;
}
.TagClassName
{
border-color: #3000EB;
}
</style>