Shades of Han Purple #300ADE
Tints of Han Purple #300ADE
RGB
CMYK
RGB Variations
Color information
#300ADE (or 0x300ADE) is known color: Han Purple. HEX triplet: 30, 0A and DE. RGB value is (48,10,222). Sum of RGB (Red+Green+Blue) = 48+10+222=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #300ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ADE is #CFF521. Grayscale: #2C2C2C. Windows color (decimal): -13628706 or 14551600. OLE color: 14551600.
HSL color Cylindrical-coordinate representation of color #300ADE: hue angle of 250.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300ADE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 10 | 222 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.13 |
| HSL | 250.75º | 0.91% | 0.45% | - |
| HSV(B) | 250.75º | 0.95% | 0.87% | - |
| XYZ | 14.51 | 6.12 | 69.52 | - |
| YUV | 45.53 | 227.59 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 222 | 0.78 | 0.95 | 0 | 0.13 | 250.75 | 0.91 | 0.45 |
| Hex | 30 | A | DE | 4E | 5F | 0 | D | FB | 5B | 2D |
| Octal | 60 | 12 | 336 | 116 | 137 | 0 | 15 | 373 | 133 | 55 |
| Binary | 110000 | 1010 | 11011110 | 1001110 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101101 |
Color Harmonies of #300ADE
Complementary color
Monochromatic Colors of #300ADE
Black with #300ADE
Text Example
Text Example
White with #300ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300ADE; }
p { color: rgb(48,10,222); }
H1.HeaderClassName
{
color: #300ADE;
}
.AnyTagClassName
{
color: #300ADE;
}
</style>
background-color css
<style>
a { background-color: #300ADE; }
a { background-color: rgb(48,10,222); }
div.DivClassName
{
background-color: #300ADE;
}
.BgClassName
{
background-color: #300ADE;
}
</style>
border-color css
<style>
span { border-color: #300ADE; }
span { border-color: rgb(48,10,222); }
td.TdClassName
{
border-color: #300ADE;
}
.TagClassName
{
border-color: #300ADE;
}
</style>