Shades of Han Purple #301BEE
Tints of Han Purple #301BEE
RGB
CMYK
RGB Variations
Color information
#301BEE (or 0x301BEE) is known color: Han Purple. HEX triplet: 30, 1B and EE. RGB value is (48,27,238). Sum of RGB (Red+Green+Blue) = 48+27+238=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 238 (93.36% from 255 or 76.04% from 313); Max value from RGB is 238 - color contains mainly: blue. Hex color #301BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BEE is #CFE411. Grayscale: #383838. Windows color (decimal): -13624338 or 15604528. OLE color: 15604528.
HSL color Cylindrical-coordinate representation of color #301BEE: hue angle of 245.97º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301BEE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 27 | 238 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.07 |
| HSL | 245.97º | 0.86% | 0.52% | - |
| HSV(B) | 245.97º | 0.89% | 0.93% | - |
| XYZ | 17.04 | 7.59 | 81.45 | - |
| YUV | 57.33 | 229.96 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 238 | 0.80 | 0.89 | 0 | 0.07 | 245.97 | 0.86 | 0.52 |
| Hex | 30 | 1B | EE | 50 | 59 | 0 | 7 | F6 | 56 | 34 |
| Octal | 60 | 33 | 356 | 120 | 131 | 0 | 7 | 366 | 126 | 64 |
| Binary | 110000 | 11011 | 11101110 | 1010000 | 1011001 | 0 | 111 | 11110110 | 1010110 | 110100 |
Color Harmonies of #301BEE
Complementary color
Monochromatic Colors of #301BEE
Black with #301BEE
Text Example
Text Example
White with #301BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BEE; }
p { color: rgb(48,27,238); }
H1.HeaderClassName
{
color: #301BEE;
}
.AnyTagClassName
{
color: #301BEE;
}
</style>
background-color css
<style>
a { background-color: #301BEE; }
a { background-color: rgb(48,27,238); }
div.DivClassName
{
background-color: #301BEE;
}
.BgClassName
{
background-color: #301BEE;
}
</style>
border-color css
<style>
span { border-color: #301BEE; }
span { border-color: rgb(48,27,238); }
td.TdClassName
{
border-color: #301BEE;
}
.TagClassName
{
border-color: #301BEE;
}
</style>