Shades of Han Purple #3001ED
Tints of Han Purple #3001ED
RGB
CMYK
RGB Variations
Color information
#3001ED (or 0x3001ED) is known color: Han Purple. HEX triplet: 30, 01 and ED. RGB value is (48,1,237). Sum of RGB (Red+Green+Blue) = 48+1+237=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #3001ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3001ED is #CFFE12. Grayscale: #292929. Windows color (decimal): -13630995 or 15532336. OLE color: 15532336.
HSL color Cylindrical-coordinate representation of color #3001ED: hue angle of 251.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3001ED is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 1 | 237 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.07 |
| HSL | 251.95º | 0.99% | 0.47% | - |
| HSV(B) | 251.95º | 1% | 0.93% | - |
| XYZ | 16.52 | 6.76 | 80.56 | - |
| YUV | 41.96 | 238.07 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 1 | 237 | 0.80 | 1.00 | 0 | 0.07 | 251.95 | 0.99 | 0.47 |
| Hex | 30 | 1 | ED | 50 | 64 | 0 | 7 | FC | 63 | 2F |
| Octal | 60 | 1 | 355 | 120 | 144 | 0 | 7 | 374 | 143 | 57 |
| Binary | 110000 | 1 | 11101101 | 1010000 | 1100100 | 0 | 111 | 11111100 | 1100011 | 101111 |
Color Harmonies of #3001ED
Complementary color
Monochromatic Colors of #3001ED
Black with #3001ED
Text Example
Text Example
White with #3001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3001ED; }
p { color: rgb(48,1,237); }
H1.HeaderClassName
{
color: #3001ED;
}
.AnyTagClassName
{
color: #3001ED;
}
</style>
background-color css
<style>
a { background-color: #3001ED; }
a { background-color: rgb(48,1,237); }
div.DivClassName
{
background-color: #3001ED;
}
.BgClassName
{
background-color: #3001ED;
}
</style>
border-color css
<style>
span { border-color: #3001ED; }
span { border-color: rgb(48,1,237); }
td.TdClassName
{
border-color: #3001ED;
}
.TagClassName
{
border-color: #3001ED;
}
</style>