Shades of Han Purple #3005FC
Tints of Han Purple #3005FC
RGB
CMYK
RGB Variations
Color information
#3005FC (or 0x3005FC) is known color: Han Purple. HEX triplet: 30, 05 and FC. RGB value is (48,5,252). Sum of RGB (Red+Green+Blue) = 48+5+252=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 252 (98.83% from 255 or 82.62% from 305); Max value from RGB is 252 - color contains mainly: blue. Hex color #3005FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3005FC is #CFFA03. Grayscale: #2D2D2D. Windows color (decimal): -13629956 or 16516400. OLE color: 16516400.
HSL color Cylindrical-coordinate representation of color #3005FC: hue angle of 250.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3005FC is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 5 | 252 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.01 |
| HSL | 250.45º | 0.98% | 0.5% | - |
| HSV(B) | 250.45º | 0.98% | 0.99% | - |
| XYZ | 18.84 | 7.77 | 92.6 | - |
| YUV | 46.02 | 244.25 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 252 | 0.81 | 0.98 | 0 | 0.01 | 250.45 | 0.98 | 0.5 |
| Hex | 30 | 5 | FC | 51 | 62 | 0 | 1 | FA | 62 | 32 |
| Octal | 60 | 5 | 374 | 121 | 142 | 0 | 1 | 372 | 142 | 62 |
| Binary | 110000 | 101 | 11111100 | 1010001 | 1100010 | 0 | 1 | 11111010 | 1100010 | 110010 |
Color Harmonies of #3005FC
Complementary color
Monochromatic Colors of #3005FC
Black with #3005FC
Text Example
Text Example
White with #3005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3005FC; }
p { color: rgb(48,5,252); }
H1.HeaderClassName
{
color: #3005FC;
}
.AnyTagClassName
{
color: #3005FC;
}
</style>
background-color css
<style>
a { background-color: #3005FC; }
a { background-color: rgb(48,5,252); }
div.DivClassName
{
background-color: #3005FC;
}
.BgClassName
{
background-color: #3005FC;
}
</style>
border-color css
<style>
span { border-color: #3005FC; }
span { border-color: rgb(48,5,252); }
td.TdClassName
{
border-color: #3005FC;
}
.TagClassName
{
border-color: #3005FC;
}
</style>