Shades of Han Purple #300BFC
Tints of Han Purple #300BFC
RGB
CMYK
RGB Variations
Color information
#300BFC (or 0x300BFC) is known color: Han Purple. HEX triplet: 30, 0B and FC. RGB value is (48,11,252). Sum of RGB (Red+Green+Blue) = 48+11+252=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #300BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300BFC is #CFF403. Grayscale: #303030. Windows color (decimal): -13628420 or 16517936. OLE color: 16517936.
HSL color Cylindrical-coordinate representation of color #300BFC: hue angle of 249.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300BFC is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 11 | 252 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.01 |
| HSL | 249.21º | 0.98% | 0.52% | - |
| HSV(B) | 249.21º | 0.96% | 0.99% | - |
| XYZ | 18.91 | 7.9 | 92.62 | - |
| YUV | 49.54 | 242.26 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 252 | 0.81 | 0.96 | 0 | 0.01 | 249.21 | 0.98 | 0.52 |
| Hex | 30 | B | FC | 51 | 60 | 0 | 1 | F9 | 62 | 34 |
| Octal | 60 | 13 | 374 | 121 | 140 | 0 | 1 | 371 | 142 | 64 |
| Binary | 110000 | 1011 | 11111100 | 1010001 | 1100000 | 0 | 1 | 11111001 | 1100010 | 110100 |
Color Harmonies of #300BFC
Complementary color
Monochromatic Colors of #300BFC
Black with #300BFC
Text Example
Text Example
White with #300BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BFC; }
p { color: rgb(48,11,252); }
H1.HeaderClassName
{
color: #300BFC;
}
.AnyTagClassName
{
color: #300BFC;
}
</style>
background-color css
<style>
a { background-color: #300BFC; }
a { background-color: rgb(48,11,252); }
div.DivClassName
{
background-color: #300BFC;
}
.BgClassName
{
background-color: #300BFC;
}
</style>
border-color css
<style>
span { border-color: #300BFC; }
span { border-color: rgb(48,11,252); }
td.TdClassName
{
border-color: #300BFC;
}
.TagClassName
{
border-color: #300BFC;
}
</style>