Shades of Han Purple #301CE9
Tints of Han Purple #301CE9
RGB
CMYK
RGB Variations
Color information
#301CE9 (or 0x301CE9) is known color: Han Purple. HEX triplet: 30, 1C and E9. RGB value is (48,28,233). Sum of RGB (Red+Green+Blue) = 48+28+233=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 233 (91.41% from 255 or 75.40% from 309); Max value from RGB is 233 - color contains mainly: blue. Hex color #301CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CE9 is #CFE316. Grayscale: #383838. Windows color (decimal): -13624087 or 15277104. OLE color: 15277104.
HSL color Cylindrical-coordinate representation of color #301CE9: hue angle of 245.85º 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 #301CE9 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 28 | 233 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.09 |
| HSL | 245.85º | 0.82% | 0.51% | - |
| HSV(B) | 245.85º | 0.88% | 0.91% | - |
| XYZ | 16.34 | 7.34 | 77.65 | - |
| YUV | 57.35 | 227.13 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 233 | 0.79 | 0.88 | 0 | 0.09 | 245.85 | 0.82 | 0.51 |
| Hex | 30 | 1C | E9 | 4F | 58 | 0 | 9 | F6 | 52 | 33 |
| Octal | 60 | 34 | 351 | 117 | 130 | 0 | 11 | 366 | 122 | 63 |
| Binary | 110000 | 11100 | 11101001 | 1001111 | 1011000 | 0 | 1001 | 11110110 | 1010010 | 110011 |
Color Harmonies of #301CE9
Complementary color
Monochromatic Colors of #301CE9
Black with #301CE9
Text Example
Text Example
White with #301CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CE9; }
p { color: rgb(48,28,233); }
H1.HeaderClassName
{
color: #301CE9;
}
.AnyTagClassName
{
color: #301CE9;
}
</style>
background-color css
<style>
a { background-color: #301CE9; }
a { background-color: rgb(48,28,233); }
div.DivClassName
{
background-color: #301CE9;
}
.BgClassName
{
background-color: #301CE9;
}
</style>
border-color css
<style>
span { border-color: #301CE9; }
span { border-color: rgb(48,28,233); }
td.TdClassName
{
border-color: #301CE9;
}
.TagClassName
{
border-color: #301CE9;
}
</style>