Shades of Han Purple #301BE0
Tints of Han Purple #301BE0
RGB
CMYK
RGB Variations
Color information
#301BE0 (or 0x301BE0) is known color: Han Purple. HEX triplet: 30, 1B and E0. RGB value is (48,27,224). Sum of RGB (Red+Green+Blue) = 48+27+224=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 224 (87.89% from 255 or 74.92% from 299); Max value from RGB is 224 - color contains mainly: blue. Hex color #301BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BE0 is #CFE41F. Grayscale: #363636. Windows color (decimal): -13624352 or 14687024. OLE color: 14687024.
HSL color Cylindrical-coordinate representation of color #301BE0: hue angle of 246.4º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301BE0 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 27 | 224 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.12 |
| HSL | 246.4º | 0.78% | 0.49% | - |
| HSV(B) | 246.4º | 0.88% | 0.88% | - |
| XYZ | 15.07 | 6.79 | 71.04 | - |
| YUV | 55.74 | 222.96 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 224 | 0.79 | 0.88 | 0 | 0.12 | 246.4 | 0.78 | 0.49 |
| Hex | 30 | 1B | E0 | 4F | 58 | 0 | C | F6 | 4E | 31 |
| Octal | 60 | 33 | 340 | 117 | 130 | 0 | 14 | 366 | 116 | 61 |
| Binary | 110000 | 11011 | 11100000 | 1001111 | 1011000 | 0 | 1100 | 11110110 | 1001110 | 110001 |
Color Harmonies of #301BE0
Complementary color
Monochromatic Colors of #301BE0
Black with #301BE0
Text Example
Text Example
White with #301BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BE0; }
p { color: rgb(48,27,224); }
H1.HeaderClassName
{
color: #301BE0;
}
.AnyTagClassName
{
color: #301BE0;
}
</style>
background-color css
<style>
a { background-color: #301BE0; }
a { background-color: rgb(48,27,224); }
div.DivClassName
{
background-color: #301BE0;
}
.BgClassName
{
background-color: #301BE0;
}
</style>
border-color css
<style>
span { border-color: #301BE0; }
span { border-color: rgb(48,27,224); }
td.TdClassName
{
border-color: #301BE0;
}
.TagClassName
{
border-color: #301BE0;
}
</style>