Shades of Han Purple #302AFA
Tints of Han Purple #302AFA
RGB
CMYK
RGB Variations
Color information
#302AFA (or 0x302AFA) is known color: Han Purple. HEX triplet: 30, 2A and FA. RGB value is (48,42,250). Sum of RGB (Red+Green+Blue) = 48+42+250=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #302AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302AFA is #CFD505. Grayscale: #424242. Windows color (decimal): -13620486 or 16394800. OLE color: 16394800.
HSL color Cylindrical-coordinate representation of color #302AFA: hue angle of 241.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302AFA is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 42 | 250 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.02 |
| HSL | 241.73º | 0.95% | 0.57% | - |
| HSV(B) | 241.73º | 0.83% | 0.98% | - |
| XYZ | 19.3 | 9.19 | 91.2 | - |
| YUV | 67.51 | 230.99 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 250 | 0.81 | 0.83 | 0 | 0.02 | 241.73 | 0.95 | 0.57 |
| Hex | 30 | 2A | FA | 51 | 53 | 0 | 2 | F2 | 5F | 39 |
| Octal | 60 | 52 | 372 | 121 | 123 | 0 | 2 | 362 | 137 | 71 |
| Binary | 110000 | 101010 | 11111010 | 1010001 | 1010011 | 0 | 10 | 11110010 | 1011111 | 111001 |
Color Harmonies of #302AFA
Complementary color
Monochromatic Colors of #302AFA
Black with #302AFA
Text Example
Text Example
White with #302AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AFA; }
p { color: rgb(48,42,250); }
H1.HeaderClassName
{
color: #302AFA;
}
.AnyTagClassName
{
color: #302AFA;
}
</style>
background-color css
<style>
a { background-color: #302AFA; }
a { background-color: rgb(48,42,250); }
div.DivClassName
{
background-color: #302AFA;
}
.BgClassName
{
background-color: #302AFA;
}
</style>
border-color css
<style>
span { border-color: #302AFA; }
span { border-color: rgb(48,42,250); }
td.TdClassName
{
border-color: #302AFA;
}
.TagClassName
{
border-color: #302AFA;
}
</style>