Shades of Han Purple #301CEE
Tints of Han Purple #301CEE
RGB
CMYK
RGB Variations
Color information
#301CEE (or 0x301CEE) is known color: Han Purple. HEX triplet: 30, 1C and EE. RGB value is (48,28,238). Sum of RGB (Red+Green+Blue) = 48+28+238=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #301CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CEE is #CFE311. Grayscale: #393939. Windows color (decimal): -13624082 or 15604784. OLE color: 15604784.
HSL color Cylindrical-coordinate representation of color #301CEE: hue angle of 245.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301CEE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 28 | 238 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.07 |
| HSL | 245.71º | 0.86% | 0.52% | - |
| HSV(B) | 245.71º | 0.88% | 0.93% | - |
| XYZ | 17.07 | 7.63 | 81.46 | - |
| YUV | 57.92 | 229.63 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 238 | 0.80 | 0.88 | 0 | 0.07 | 245.71 | 0.86 | 0.52 |
| Hex | 30 | 1C | EE | 50 | 58 | 0 | 7 | F6 | 56 | 34 |
| Octal | 60 | 34 | 356 | 120 | 130 | 0 | 7 | 366 | 126 | 64 |
| Binary | 110000 | 11100 | 11101110 | 1010000 | 1011000 | 0 | 111 | 11110110 | 1010110 | 110100 |
Color Harmonies of #301CEE
Complementary color
Monochromatic Colors of #301CEE
Black with #301CEE
Text Example
Text Example
White with #301CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CEE; }
p { color: rgb(48,28,238); }
H1.HeaderClassName
{
color: #301CEE;
}
.AnyTagClassName
{
color: #301CEE;
}
</style>
background-color css
<style>
a { background-color: #301CEE; }
a { background-color: rgb(48,28,238); }
div.DivClassName
{
background-color: #301CEE;
}
.BgClassName
{
background-color: #301CEE;
}
</style>
border-color css
<style>
span { border-color: #301CEE; }
span { border-color: rgb(48,28,238); }
td.TdClassName
{
border-color: #301CEE;
}
.TagClassName
{
border-color: #301CEE;
}
</style>