Shades of Han Purple #300CFF
Tints of Han Purple #300CFF
RGB
CMYK
RGB Variations
Color information
#300CFF (or 0x300CFF) is known color: Han Purple. HEX triplet: 30, 0C and FF. RGB value is (48,12,255). Sum of RGB (Red+Green+Blue) = 48+12+255=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #300CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CFF is #CFF300. Grayscale: #313131. Windows color (decimal): -13628161 or 16714800. OLE color: 16714800.
HSL color Cylindrical-coordinate representation of color #300CFF: hue angle of 248.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CFF is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 12 | 255 | - |
| CMYK | 0.81 | 0.95 | 0 | 0 |
| HSL | 248.89º | 1% | 0.52% | - |
| HSV(B) | 248.89º | 0.95% | 1% | - |
| XYZ | 19.4 | 8.11 | 95.15 | - |
| YUV | 50.47 | 243.43 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 255 | 0.81 | 0.95 | 0 | 0 | 248.89 | 1 | 0.52 |
| Hex | 30 | C | FF | 51 | 5F | 0 | 0 | F9 | 64 | 34 |
| Octal | 60 | 14 | 377 | 121 | 137 | 0 | 0 | 371 | 144 | 64 |
| Binary | 110000 | 1100 | 11111111 | 1010001 | 1011111 | 0 | 0 | 11111001 | 1100100 | 110100 |
Color Harmonies of #300CFF
Complementary color
Monochromatic Colors of #300CFF
Black with #300CFF
Text Example
Text Example
White with #300CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CFF; }
p { color: rgb(48,12,255); }
H1.HeaderClassName
{
color: #300CFF;
}
.AnyTagClassName
{
color: #300CFF;
}
</style>
background-color css
<style>
a { background-color: #300CFF; }
a { background-color: rgb(48,12,255); }
div.DivClassName
{
background-color: #300CFF;
}
.BgClassName
{
background-color: #300CFF;
}
</style>
border-color css
<style>
span { border-color: #300CFF; }
span { border-color: rgb(48,12,255); }
td.TdClassName
{
border-color: #300CFF;
}
.TagClassName
{
border-color: #300CFF;
}
</style>