Shades of Han Purple #301BE8
Tints of Han Purple #301BE8
RGB
CMYK
RGB Variations
Color information
#301BE8 (or 0x301BE8) is known color: Han Purple. HEX triplet: 30, 1B and E8. RGB value is (48,27,232). Sum of RGB (Red+Green+Blue) = 48+27+232=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 232 (91.02% from 255 or 75.57% from 307); Max value from RGB is 232 - color contains mainly: blue. Hex color #301BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BE8 is #CFE417. Grayscale: #373737. Windows color (decimal): -13624344 or 15211312. OLE color: 15211312.
HSL color Cylindrical-coordinate representation of color #301BE8: hue angle of 246.15º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301BE8 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 27 | 232 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.09 |
| HSL | 246.15º | 0.82% | 0.51% | - |
| HSV(B) | 246.15º | 0.88% | 0.91% | - |
| XYZ | 16.18 | 7.24 | 76.89 | - |
| YUV | 56.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 232 | 0.79 | 0.88 | 0 | 0.09 | 246.15 | 0.82 | 0.51 |
| Hex | 30 | 1B | E8 | 4F | 58 | 0 | 9 | F6 | 52 | 33 |
| Octal | 60 | 33 | 350 | 117 | 130 | 0 | 11 | 366 | 122 | 63 |
| Binary | 110000 | 11011 | 11101000 | 1001111 | 1011000 | 0 | 1001 | 11110110 | 1010010 | 110011 |
Color Harmonies of #301BE8
Complementary color
Monochromatic Colors of #301BE8
Black with #301BE8
Text Example
Text Example
White with #301BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BE8; }
p { color: rgb(48,27,232); }
H1.HeaderClassName
{
color: #301BE8;
}
.AnyTagClassName
{
color: #301BE8;
}
</style>
background-color css
<style>
a { background-color: #301BE8; }
a { background-color: rgb(48,27,232); }
div.DivClassName
{
background-color: #301BE8;
}
.BgClassName
{
background-color: #301BE8;
}
</style>
border-color css
<style>
span { border-color: #301BE8; }
span { border-color: rgb(48,27,232); }
td.TdClassName
{
border-color: #301BE8;
}
.TagClassName
{
border-color: #301BE8;
}
</style>