Shades of Han Purple #302BF9
Tints of Han Purple #302BF9
RGB
CMYK
RGB Variations
Color information
#302BF9 (or 0x302BF9) is known color: Han Purple. HEX triplet: 30, 2B and F9. RGB value is (48,43,249). Sum of RGB (Red+Green+Blue) = 48+43+249=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #302BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BF9 is #CFD406. Grayscale: #434343. Windows color (decimal): -13620231 or 16329520. OLE color: 16329520.
HSL color Cylindrical-coordinate representation of color #302BF9: hue angle of 241.46º degrees, saturation: 0.94, 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 #302BF9 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 43 | 249 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.02 |
| HSL | 241.46º | 0.94% | 0.57% | - |
| HSV(B) | 241.46º | 0.83% | 0.98% | - |
| XYZ | 19.18 | 9.2 | 90.39 | - |
| YUV | 67.98 | 230.16 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 249 | 0.81 | 0.83 | 0 | 0.02 | 241.46 | 0.94 | 0.57 |
| Hex | 30 | 2B | F9 | 51 | 53 | 0 | 2 | F1 | 5E | 39 |
| Octal | 60 | 53 | 371 | 121 | 123 | 0 | 2 | 361 | 136 | 71 |
| Binary | 110000 | 101011 | 11111001 | 1010001 | 1010011 | 0 | 10 | 11110001 | 1011110 | 111001 |
Color Harmonies of #302BF9
Complementary color
Monochromatic Colors of #302BF9
Black with #302BF9
Text Example
Text Example
White with #302BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BF9; }
p { color: rgb(48,43,249); }
H1.HeaderClassName
{
color: #302BF9;
}
.AnyTagClassName
{
color: #302BF9;
}
</style>
background-color css
<style>
a { background-color: #302BF9; }
a { background-color: rgb(48,43,249); }
div.DivClassName
{
background-color: #302BF9;
}
.BgClassName
{
background-color: #302BF9;
}
</style>
border-color css
<style>
span { border-color: #302BF9; }
span { border-color: rgb(48,43,249); }
td.TdClassName
{
border-color: #302BF9;
}
.TagClassName
{
border-color: #302BF9;
}
</style>