Shades of Han Purple #301CEF
Tints of Han Purple #301CEF
RGB
CMYK
RGB Variations
Color information
#301CEF (or 0x301CEF) is known color: Han Purple. HEX triplet: 30, 1C and EF. RGB value is (48,28,239). Sum of RGB (Red+Green+Blue) = 48+28+239=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #301CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CEF is #CFE310. Grayscale: #393939. Windows color (decimal): -13624081 or 15670320. OLE color: 15670320.
HSL color Cylindrical-coordinate representation of color #301CEF: hue angle of 245.69º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301CEF is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 28 | 239 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.06 |
| HSL | 245.69º | 0.87% | 0.52% | - |
| HSV(B) | 245.69º | 0.88% | 0.94% | - |
| XYZ | 17.21 | 7.69 | 82.24 | - |
| YUV | 58.03 | 230.13 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 239 | 0.80 | 0.88 | 0 | 0.06 | 245.69 | 0.87 | 0.52 |
| Hex | 30 | 1C | EF | 50 | 58 | 0 | 6 | F6 | 57 | 34 |
| Octal | 60 | 34 | 357 | 120 | 130 | 0 | 6 | 366 | 127 | 64 |
| Binary | 110000 | 11100 | 11101111 | 1010000 | 1011000 | 0 | 110 | 11110110 | 1010111 | 110100 |
Color Harmonies of #301CEF
Complementary color
Monochromatic Colors of #301CEF
Black with #301CEF
Text Example
Text Example
White with #301CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CEF; }
p { color: rgb(48,28,239); }
H1.HeaderClassName
{
color: #301CEF;
}
.AnyTagClassName
{
color: #301CEF;
}
</style>
background-color css
<style>
a { background-color: #301CEF; }
a { background-color: rgb(48,28,239); }
div.DivClassName
{
background-color: #301CEF;
}
.BgClassName
{
background-color: #301CEF;
}
</style>
border-color css
<style>
span { border-color: #301CEF; }
span { border-color: rgb(48,28,239); }
td.TdClassName
{
border-color: #301CEF;
}
.TagClassName
{
border-color: #301CEF;
}
</style>