Shades of Han Purple #3009ED
Tints of Han Purple #3009ED
RGB
CMYK
RGB Variations
Color information
#3009ED (or 0x3009ED) is known color: Han Purple. HEX triplet: 30, 09 and ED. RGB value is (48,9,237). Sum of RGB (Red+Green+Blue) = 48+9+237=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 237 (92.97% from 255 or 80.61% from 294); Max value from RGB is 237 - color contains mainly: blue. Hex color #3009ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3009ED is #CFF612. Grayscale: #2D2D2D. Windows color (decimal): -13628947 or 15534384. OLE color: 15534384.
HSL color Cylindrical-coordinate representation of color #3009ED: hue angle of 250.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3009ED is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 9 | 237 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.07 |
| HSL | 250.26º | 0.93% | 0.48% | - |
| HSV(B) | 250.26º | 0.96% | 0.93% | - |
| XYZ | 16.6 | 6.94 | 80.58 | - |
| YUV | 46.65 | 235.42 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 237 | 0.80 | 0.96 | 0 | 0.07 | 250.26 | 0.93 | 0.48 |
| Hex | 30 | 9 | ED | 50 | 60 | 0 | 7 | FA | 5D | 30 |
| Octal | 60 | 11 | 355 | 120 | 140 | 0 | 7 | 372 | 135 | 60 |
| Binary | 110000 | 1001 | 11101101 | 1010000 | 1100000 | 0 | 111 | 11111010 | 1011101 | 110000 |
Color Harmonies of #3009ED
Complementary color
Monochromatic Colors of #3009ED
Black with #3009ED
Text Example
Text Example
White with #3009ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3009ED; }
p { color: rgb(48,9,237); }
H1.HeaderClassName
{
color: #3009ED;
}
.AnyTagClassName
{
color: #3009ED;
}
</style>
background-color css
<style>
a { background-color: #3009ED; }
a { background-color: rgb(48,9,237); }
div.DivClassName
{
background-color: #3009ED;
}
.BgClassName
{
background-color: #3009ED;
}
</style>
border-color css
<style>
span { border-color: #3009ED; }
span { border-color: rgb(48,9,237); }
td.TdClassName
{
border-color: #3009ED;
}
.TagClassName
{
border-color: #3009ED;
}
</style>