Shades of Han Purple #301BEC
Tints of Han Purple #301BEC
RGB
CMYK
RGB Variations
Color information
#301BEC (or 0x301BEC) is known color: Han Purple. HEX triplet: 30, 1B and EC. RGB value is (48,27,236). Sum of RGB (Red+Green+Blue) = 48+27+236=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #301BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BEC is #CFE413. Grayscale: #383838. Windows color (decimal): -13624340 or 15473456. OLE color: 15473456.
HSL color Cylindrical-coordinate representation of color #301BEC: hue angle of 246.03º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301BEC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 27 | 236 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.07 |
| HSL | 246.03º | 0.85% | 0.52% | - |
| HSV(B) | 246.03º | 0.89% | 0.93% | - |
| XYZ | 16.75 | 7.47 | 79.92 | - |
| YUV | 57.11 | 228.96 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 236 | 0.80 | 0.89 | 0 | 0.07 | 246.03 | 0.85 | 0.52 |
| Hex | 30 | 1B | EC | 50 | 59 | 0 | 7 | F6 | 55 | 34 |
| Octal | 60 | 33 | 354 | 120 | 131 | 0 | 7 | 366 | 125 | 64 |
| Binary | 110000 | 11011 | 11101100 | 1010000 | 1011001 | 0 | 111 | 11110110 | 1010101 | 110100 |
Color Harmonies of #301BEC
Complementary color
Monochromatic Colors of #301BEC
Black with #301BEC
Text Example
Text Example
White with #301BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BEC; }
p { color: rgb(48,27,236); }
H1.HeaderClassName
{
color: #301BEC;
}
.AnyTagClassName
{
color: #301BEC;
}
</style>
background-color css
<style>
a { background-color: #301BEC; }
a { background-color: rgb(48,27,236); }
div.DivClassName
{
background-color: #301BEC;
}
.BgClassName
{
background-color: #301BEC;
}
</style>
border-color css
<style>
span { border-color: #301BEC; }
span { border-color: rgb(48,27,236); }
td.TdClassName
{
border-color: #301BEC;
}
.TagClassName
{
border-color: #301BEC;
}
</style>