Shades of Han Purple #302BF0
Tints of Han Purple #302BF0
RGB
CMYK
RGB Variations
Color information
#302BF0 (or 0x302BF0) is known color: Han Purple. HEX triplet: 30, 2B and F0. RGB value is (48,43,240). Sum of RGB (Red+Green+Blue) = 48+43+240=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #302BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302BF0 is #CFD40F. Grayscale: #424242. Windows color (decimal): -13620240 or 15739696. OLE color: 15739696.
HSL color Cylindrical-coordinate representation of color #302BF0: hue angle of 241.52º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302BF0 is Cyan = 0.8, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 43 | 240 | - |
| CMYK | 0.8 | 0.82 | 0 | 0.06 |
| HSL | 241.52º | 0.87% | 0.55% | - |
| HSV(B) | 241.52º | 0.82% | 0.94% | - |
| XYZ | 17.81 | 8.65 | 83.17 | - |
| YUV | 66.95 | 225.66 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 240 | 0.8 | 0.82 | 0 | 0.06 | 241.52 | 0.87 | 0.55 |
| Hex | 30 | 2B | F0 | 50 | 52 | 0 | 6 | F2 | 57 | 37 |
| Octal | 60 | 53 | 360 | 120 | 122 | 0 | 6 | 362 | 127 | 67 |
| Binary | 110000 | 101011 | 11110000 | 1010000 | 1010010 | 0 | 110 | 11110010 | 1010111 | 110111 |
Color Harmonies of #302BF0
Complementary color
Monochromatic Colors of #302BF0
Black with #302BF0
Text Example
Text Example
White with #302BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BF0; }
p { color: rgb(48,43,240); }
H1.HeaderClassName
{
color: #302BF0;
}
.AnyTagClassName
{
color: #302BF0;
}
</style>
background-color css
<style>
a { background-color: #302BF0; }
a { background-color: rgb(48,43,240); }
div.DivClassName
{
background-color: #302BF0;
}
.BgClassName
{
background-color: #302BF0;
}
</style>
border-color css
<style>
span { border-color: #302BF0; }
span { border-color: rgb(48,43,240); }
td.TdClassName
{
border-color: #302BF0;
}
.TagClassName
{
border-color: #302BF0;
}
</style>