Shades of Han Purple #302AF1
Tints of Han Purple #302AF1
RGB
CMYK
RGB Variations
Color information
#302AF1 (or 0x302AF1) is known color: Han Purple. HEX triplet: 30, 2A and F1. RGB value is (48,42,241). Sum of RGB (Red+Green+Blue) = 48+42+241=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #302AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302AF1 is #CFD50E. Grayscale: #414141. Windows color (decimal): -13620495 or 15804976. OLE color: 15804976.
HSL color Cylindrical-coordinate representation of color #302AF1: hue angle of 241.81º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302AF1 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 42 | 241 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.05 |
| HSL | 241.81º | 0.88% | 0.55% | - |
| HSV(B) | 241.81º | 0.83% | 0.95% | - |
| XYZ | 17.92 | 8.64 | 83.94 | - |
| YUV | 66.48 | 226.49 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 241 | 0.80 | 0.83 | 0 | 0.05 | 241.81 | 0.88 | 0.55 |
| Hex | 30 | 2A | F1 | 50 | 53 | 0 | 5 | F2 | 58 | 37 |
| Octal | 60 | 52 | 361 | 120 | 123 | 0 | 5 | 362 | 130 | 67 |
| Binary | 110000 | 101010 | 11110001 | 1010000 | 1010011 | 0 | 101 | 11110010 | 1011000 | 110111 |
Color Harmonies of #302AF1
Complementary color
Monochromatic Colors of #302AF1
Black with #302AF1
Text Example
Text Example
White with #302AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AF1; }
p { color: rgb(48,42,241); }
H1.HeaderClassName
{
color: #302AF1;
}
.AnyTagClassName
{
color: #302AF1;
}
</style>
background-color css
<style>
a { background-color: #302AF1; }
a { background-color: rgb(48,42,241); }
div.DivClassName
{
background-color: #302AF1;
}
.BgClassName
{
background-color: #302AF1;
}
</style>
border-color css
<style>
span { border-color: #302AF1; }
span { border-color: rgb(48,42,241); }
td.TdClassName
{
border-color: #302AF1;
}
.TagClassName
{
border-color: #302AF1;
}
</style>