Shades of Han Purple #301CE6
Tints of Han Purple #301CE6
RGB
CMYK
RGB Variations
Color information
#301CE6 (or 0x301CE6) is known color: Han Purple. HEX triplet: 30, 1C and E6. RGB value is (48,28,230). Sum of RGB (Red+Green+Blue) = 48+28+230=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 230 (90.23% from 255 or 75.16% from 306); Max value from RGB is 230 - color contains mainly: blue. Hex color #301CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CE6 is #CFE319. Grayscale: #383838. Windows color (decimal): -13624090 or 15080496. OLE color: 15080496.
HSL color Cylindrical-coordinate representation of color #301CE6: hue angle of 245.94º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301CE6 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 28 | 230 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.10 |
| HSL | 245.94º | 0.8% | 0.51% | - |
| HSV(B) | 245.94º | 0.88% | 0.9% | - |
| XYZ | 15.92 | 7.17 | 75.41 | - |
| YUV | 57.01 | 225.63 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 230 | 0.79 | 0.88 | 0 | 0.10 | 245.94 | 0.8 | 0.51 |
| Hex | 30 | 1C | E6 | 4F | 58 | 0 | A | F6 | 50 | 33 |
| Octal | 60 | 34 | 346 | 117 | 130 | 0 | 12 | 366 | 120 | 63 |
| Binary | 110000 | 11100 | 11100110 | 1001111 | 1011000 | 0 | 1010 | 11110110 | 1010000 | 110011 |
Color Harmonies of #301CE6
Complementary color
Monochromatic Colors of #301CE6
Black with #301CE6
Text Example
Text Example
White with #301CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CE6; }
p { color: rgb(48,28,230); }
H1.HeaderClassName
{
color: #301CE6;
}
.AnyTagClassName
{
color: #301CE6;
}
</style>
background-color css
<style>
a { background-color: #301CE6; }
a { background-color: rgb(48,28,230); }
div.DivClassName
{
background-color: #301CE6;
}
.BgClassName
{
background-color: #301CE6;
}
</style>
border-color css
<style>
span { border-color: #301CE6; }
span { border-color: rgb(48,28,230); }
td.TdClassName
{
border-color: #301CE6;
}
.TagClassName
{
border-color: #301CE6;
}
</style>