Shades of Han Purple #301EE3
Tints of Han Purple #301EE3
RGB
CMYK
RGB Variations
Color information
#301EE3 (or 0x301EE3) is known color: Han Purple. HEX triplet: 30, 1E and E3. RGB value is (48,30,227). Sum of RGB (Red+Green+Blue) = 48+30+227=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 227 (89.06% from 255 or 74.43% from 305); Max value from RGB is 227 - color contains mainly: blue. Hex color #301EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EE3 is #CFE11C. Grayscale: #393939. Windows color (decimal): -13623581 or 14884400. OLE color: 14884400.
HSL color Cylindrical-coordinate representation of color #301EE3: hue angle of 245.48º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301EE3 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 30 | 227 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.11 |
| HSL | 245.48º | 0.78% | 0.5% | - |
| HSV(B) | 245.48º | 0.87% | 0.89% | - |
| XYZ | 15.55 | 7.1 | 73.22 | - |
| YUV | 57.84 | 223.46 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 227 | 0.79 | 0.87 | 0 | 0.11 | 245.48 | 0.78 | 0.5 |
| Hex | 30 | 1E | E3 | 4F | 57 | 0 | B | F5 | 4E | 32 |
| Octal | 60 | 36 | 343 | 117 | 127 | 0 | 13 | 365 | 116 | 62 |
| Binary | 110000 | 11110 | 11100011 | 1001111 | 1010111 | 0 | 1011 | 11110101 | 1001110 | 110010 |
Color Harmonies of #301EE3
Complementary color
Monochromatic Colors of #301EE3
Black with #301EE3
Text Example
Text Example
White with #301EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301EE3; }
p { color: rgb(48,30,227); }
H1.HeaderClassName
{
color: #301EE3;
}
.AnyTagClassName
{
color: #301EE3;
}
</style>
background-color css
<style>
a { background-color: #301EE3; }
a { background-color: rgb(48,30,227); }
div.DivClassName
{
background-color: #301EE3;
}
.BgClassName
{
background-color: #301EE3;
}
</style>
border-color css
<style>
span { border-color: #301EE3; }
span { border-color: rgb(48,30,227); }
td.TdClassName
{
border-color: #301EE3;
}
.TagClassName
{
border-color: #301EE3;
}
</style>