Shades of Han Purple #300AFE
Tints of Han Purple #300AFE
RGB
CMYK
RGB Variations
Color information
#300AFE (or 0x300AFE) is known color: Han Purple. HEX triplet: 30, 0A and FE. RGB value is (48,10,254). Sum of RGB (Red+Green+Blue) = 48+10+254=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #300AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300AFE is #CFF501. Grayscale: #303030. Windows color (decimal): -13628674 or 16648752. OLE color: 16648752.
HSL color Cylindrical-coordinate representation of color #300AFE: hue angle of 249.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300AFE is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 10 | 254 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.00 |
| HSL | 249.34º | 0.99% | 0.52% | - |
| HSV(B) | 249.34º | 0.96% | 1% | - |
| XYZ | 19.22 | 8 | 94.3 | - |
| YUV | 49.18 | 243.59 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 254 | 0.81 | 0.96 | 0 | 0.00 | 249.34 | 0.99 | 0.52 |
| Hex | 30 | A | FE | 51 | 60 | 0 | 0 | F9 | 63 | 34 |
| Octal | 60 | 12 | 376 | 121 | 140 | 0 | 0 | 371 | 143 | 64 |
| Binary | 110000 | 1010 | 11111110 | 1010001 | 1100000 | 0 | 0 | 11111001 | 1100011 | 110100 |
Color Harmonies of #300AFE
Complementary color
Monochromatic Colors of #300AFE
Black with #300AFE
Text Example
Text Example
White with #300AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300AFE; }
p { color: rgb(48,10,254); }
H1.HeaderClassName
{
color: #300AFE;
}
.AnyTagClassName
{
color: #300AFE;
}
</style>
background-color css
<style>
a { background-color: #300AFE; }
a { background-color: rgb(48,10,254); }
div.DivClassName
{
background-color: #300AFE;
}
.BgClassName
{
background-color: #300AFE;
}
</style>
border-color css
<style>
span { border-color: #300AFE; }
span { border-color: rgb(48,10,254); }
td.TdClassName
{
border-color: #300AFE;
}
.TagClassName
{
border-color: #300AFE;
}
</style>