Shades of Han Purple #3002FF
Tints of Han Purple #3002FF
RGB
CMYK
RGB Variations
Color information
#3002FF (or 0x3002FF) is known color: Han Purple. HEX triplet: 30, 02 and FF. RGB value is (48,2,255). Sum of RGB (Red+Green+Blue) = 48+2+255=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #3002FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3002FF is #CFFD00. Grayscale: #2B2B2B. Windows color (decimal): -13630721 or 16712240. OLE color: 16712240.
HSL color Cylindrical-coordinate representation of color #3002FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002FF is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 2 | 255 | - |
| CMYK | 0.81 | 0.99 | 0 | 0 |
| HSL | 250.91º | 1% | 0.5% | - |
| HSV(B) | 250.91º | 0.99% | 1% | - |
| XYZ | 19.29 | 7.89 | 95.11 | - |
| YUV | 44.6 | 246.74 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 255 | 0.81 | 0.99 | 0 | 0 | 250.91 | 1 | 0.5 |
| Hex | 30 | 2 | FF | 51 | 63 | 0 | 0 | FB | 64 | 32 |
| Octal | 60 | 2 | 377 | 121 | 143 | 0 | 0 | 373 | 144 | 62 |
| Binary | 110000 | 10 | 11111111 | 1010001 | 1100011 | 0 | 0 | 11111011 | 1100100 | 110010 |
Color Harmonies of #3002FF
Complementary color
Monochromatic Colors of #3002FF
Black with #3002FF
Text Example
Text Example
White with #3002FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002FF; }
p { color: rgb(48,2,255); }
H1.HeaderClassName
{
color: #3002FF;
}
.AnyTagClassName
{
color: #3002FF;
}
</style>
background-color css
<style>
a { background-color: #3002FF; }
a { background-color: rgb(48,2,255); }
div.DivClassName
{
background-color: #3002FF;
}
.BgClassName
{
background-color: #3002FF;
}
</style>
border-color css
<style>
span { border-color: #3002FF; }
span { border-color: rgb(48,2,255); }
td.TdClassName
{
border-color: #3002FF;
}
.TagClassName
{
border-color: #3002FF;
}
</style>