Shades of Han Purple #302BF8
Tints of Han Purple #302BF8
RGB
CMYK
RGB Variations
Color information
#302BF8 (or 0x302BF8) is known color: Han Purple. HEX triplet: 30, 2B and F8. RGB value is (48,43,248). Sum of RGB (Red+Green+Blue) = 48+43+248=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 248 (97.27% from 255 or 73.16% from 339); Max value from RGB is 248 - color contains mainly: blue. Hex color #302BF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BF8 is #CFD407. Grayscale: #434343. Windows color (decimal): -13620232 or 16263984. OLE color: 16263984.
HSL color Cylindrical-coordinate representation of color #302BF8: hue angle of 241.46º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302BF8 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 43 | 248 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.03 |
| HSL | 241.46º | 0.94% | 0.57% | - |
| HSV(B) | 241.46º | 0.83% | 0.97% | - |
| XYZ | 19.03 | 9.13 | 89.57 | - |
| YUV | 67.87 | 229.66 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 248 | 0.81 | 0.83 | 0 | 0.03 | 241.46 | 0.94 | 0.57 |
| Hex | 30 | 2B | F8 | 51 | 53 | 0 | 3 | F1 | 5E | 39 |
| Octal | 60 | 53 | 370 | 121 | 123 | 0 | 3 | 361 | 136 | 71 |
| Binary | 110000 | 101011 | 11111000 | 1010001 | 1010011 | 0 | 11 | 11110001 | 1011110 | 111001 |
Color Harmonies of #302BF8
Complementary color
Monochromatic Colors of #302BF8
Black with #302BF8
Text Example
Text Example
White with #302BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BF8; }
p { color: rgb(48,43,248); }
H1.HeaderClassName
{
color: #302BF8;
}
.AnyTagClassName
{
color: #302BF8;
}
</style>
background-color css
<style>
a { background-color: #302BF8; }
a { background-color: rgb(48,43,248); }
div.DivClassName
{
background-color: #302BF8;
}
.BgClassName
{
background-color: #302BF8;
}
</style>
border-color css
<style>
span { border-color: #302BF8; }
span { border-color: rgb(48,43,248); }
td.TdClassName
{
border-color: #302BF8;
}
.TagClassName
{
border-color: #302BF8;
}
</style>