Shades of Han Purple #300BDE
Tints of Han Purple #300BDE
RGB
CMYK
RGB Variations
Color information
#300BDE (or 0x300BDE) is known color: Han Purple. HEX triplet: 30, 0B and DE. RGB value is (48,11,222). Sum of RGB (Red+Green+Blue) = 48+11+222=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 222 (87.11% from 255 or 79.00% from 281); Max value from RGB is 222 - color contains mainly: blue. Hex color #300BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BDE is #CFF421. Grayscale: #2D2D2D. Windows color (decimal): -13628450 or 14551856. OLE color: 14551856.
HSL color Cylindrical-coordinate representation of color #300BDE: hue angle of 250.52º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300BDE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 11 | 222 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.13 |
| HSL | 250.52º | 0.91% | 0.46% | - |
| HSV(B) | 250.52º | 0.95% | 0.87% | - |
| XYZ | 14.52 | 6.14 | 69.53 | - |
| YUV | 46.12 | 227.26 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 222 | 0.78 | 0.95 | 0 | 0.13 | 250.52 | 0.91 | 0.46 |
| Hex | 30 | B | DE | 4E | 5F | 0 | D | FB | 5B | 2E |
| Octal | 60 | 13 | 336 | 116 | 137 | 0 | 15 | 373 | 133 | 56 |
| Binary | 110000 | 1011 | 11011110 | 1001110 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101110 |
Color Harmonies of #300BDE
Complementary color
Monochromatic Colors of #300BDE
Black with #300BDE
Text Example
Text Example
White with #300BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BDE; }
p { color: rgb(48,11,222); }
H1.HeaderClassName
{
color: #300BDE;
}
.AnyTagClassName
{
color: #300BDE;
}
</style>
background-color css
<style>
a { background-color: #300BDE; }
a { background-color: rgb(48,11,222); }
div.DivClassName
{
background-color: #300BDE;
}
.BgClassName
{
background-color: #300BDE;
}
</style>
border-color css
<style>
span { border-color: #300BDE; }
span { border-color: rgb(48,11,222); }
td.TdClassName
{
border-color: #300BDE;
}
.TagClassName
{
border-color: #300BDE;
}
</style>