Shades of Han Purple #300CFE
Tints of Han Purple #300CFE
RGB
CMYK
RGB Variations
Color information
#300CFE (or 0x300CFE) is known color: Han Purple. HEX triplet: 30, 0C and FE. RGB value is (48,12,254). Sum of RGB (Red+Green+Blue) = 48+12+254=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #300CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CFE is #CFF301. Grayscale: #313131. Windows color (decimal): -13628162 or 16649264. OLE color: 16649264.
HSL color Cylindrical-coordinate representation of color #300CFE: hue angle of 248.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CFE is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 12 | 254 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.00 |
| HSL | 248.93º | 0.99% | 0.52% | - |
| HSV(B) | 248.93º | 0.95% | 1% | - |
| XYZ | 19.24 | 8.05 | 94.31 | - |
| YUV | 50.35 | 242.93 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 254 | 0.81 | 0.95 | 0 | 0.00 | 248.93 | 0.99 | 0.52 |
| Hex | 30 | C | FE | 51 | 5F | 0 | 0 | F9 | 63 | 34 |
| Octal | 60 | 14 | 376 | 121 | 137 | 0 | 0 | 371 | 143 | 64 |
| Binary | 110000 | 1100 | 11111110 | 1010001 | 1011111 | 0 | 0 | 11111001 | 1100011 | 110100 |
Color Harmonies of #300CFE
Complementary color
Monochromatic Colors of #300CFE
Black with #300CFE
Text Example
Text Example
White with #300CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CFE; }
p { color: rgb(48,12,254); }
H1.HeaderClassName
{
color: #300CFE;
}
.AnyTagClassName
{
color: #300CFE;
}
</style>
background-color css
<style>
a { background-color: #300CFE; }
a { background-color: rgb(48,12,254); }
div.DivClassName
{
background-color: #300CFE;
}
.BgClassName
{
background-color: #300CFE;
}
</style>
border-color css
<style>
span { border-color: #300CFE; }
span { border-color: rgb(48,12,254); }
td.TdClassName
{
border-color: #300CFE;
}
.TagClassName
{
border-color: #300CFE;
}
</style>