Shades of Han Purple #3000FF
Tints of Han Purple #3000FF
RGB
CMYK
RGB Variations
Color information
#3000FF (or 0x3000FF) is known color: Han Purple. HEX triplet: 30, 00 and FF. RGB value is (48,0,255). Sum of RGB (Red+Green+Blue) = 48+0+255=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #3000FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3000FF is #CFFF00. Grayscale: #2A2A2A. Windows color (decimal): -13631233 or 16711728. OLE color: 16711728.
HSL color Cylindrical-coordinate representation of color #3000FF: hue angle of 251.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000FF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 0 | 255 | - |
| CMYK | 0.81 | 1 | 0 | 0 |
| HSL | 251.29º | 1% | 0.5% | - |
| HSV(B) | 251.29º | 1% | 1% | - |
| XYZ | 19.27 | 7.85 | 95.11 | - |
| YUV | 43.42 | 247.4 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 255 | 0.81 | 1 | 0 | 0 | 251.29 | 1 | 0.5 |
| Hex | 30 | 0 | FF | 51 | 64 | 0 | 0 | FB | 64 | 32 |
| Octal | 60 | 0 | 377 | 121 | 144 | 0 | 0 | 373 | 144 | 62 |
| Binary | 110000 | 0 | 11111111 | 1010001 | 1100100 | 0 | 0 | 11111011 | 1100100 | 110010 |
Color Harmonies of #3000FF
Complementary color
Monochromatic Colors of #3000FF
Black with #3000FF
Text Example
Text Example
White with #3000FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000FF; }
p { color: rgb(48,0,255); }
H1.HeaderClassName
{
color: #3000FF;
}
.AnyTagClassName
{
color: #3000FF;
}
</style>
background-color css
<style>
a { background-color: #3000FF; }
a { background-color: rgb(48,0,255); }
div.DivClassName
{
background-color: #3000FF;
}
.BgClassName
{
background-color: #3000FF;
}
</style>
border-color css
<style>
span { border-color: #3000FF; }
span { border-color: rgb(48,0,255); }
td.TdClassName
{
border-color: #3000FF;
}
.TagClassName
{
border-color: #3000FF;
}
</style>