Shades of Han Purple #302CF9
Tints of Han Purple #302CF9
RGB
CMYK
RGB Variations
Color information
#302CF9 (or 0x302CF9) is known color: Han Purple. HEX triplet: 30, 2C and F9. RGB value is (48,44,249). Sum of RGB (Red+Green+Blue) = 48+44+249=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 249 (97.66% from 255 or 73.02% from 341); Max value from RGB is 249 - color contains mainly: blue. Hex color #302CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302CF9 is #CFD306. Grayscale: #434343. Windows color (decimal): -13619975 or 16329776. OLE color: 16329776.
HSL color Cylindrical-coordinate representation of color #302CF9: hue angle of 241.17º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302CF9 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 44 | 249 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.02 |
| HSL | 241.17º | 0.94% | 0.57% | - |
| HSV(B) | 241.17º | 0.82% | 0.98% | - |
| XYZ | 19.22 | 9.27 | 90.4 | - |
| YUV | 68.57 | 229.83 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 249 | 0.81 | 0.82 | 0 | 0.02 | 241.17 | 0.94 | 0.57 |
| Hex | 30 | 2C | F9 | 51 | 52 | 0 | 2 | F1 | 5E | 39 |
| Octal | 60 | 54 | 371 | 121 | 122 | 0 | 2 | 361 | 136 | 71 |
| Binary | 110000 | 101100 | 11111001 | 1010001 | 1010010 | 0 | 10 | 11110001 | 1011110 | 111001 |
Color Harmonies of #302CF9
Complementary color
Monochromatic Colors of #302CF9
Black with #302CF9
Text Example
Text Example
White with #302CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CF9; }
p { color: rgb(48,44,249); }
H1.HeaderClassName
{
color: #302CF9;
}
.AnyTagClassName
{
color: #302CF9;
}
</style>
background-color css
<style>
a { background-color: #302CF9; }
a { background-color: rgb(48,44,249); }
div.DivClassName
{
background-color: #302CF9;
}
.BgClassName
{
background-color: #302CF9;
}
</style>
border-color css
<style>
span { border-color: #302CF9; }
span { border-color: rgb(48,44,249); }
td.TdClassName
{
border-color: #302CF9;
}
.TagClassName
{
border-color: #302CF9;
}
</style>