Shades of Han Purple #3302ED
Tints of Han Purple #3302ED
RGB
CMYK
RGB Variations
Color information
#3302ED (or 0x3302ED) is known color: Han Purple. HEX triplet: 33, 02 and ED. RGB value is (51,2,237). Sum of RGB (Red+Green+Blue) = 51+2+237=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 237 (92.97% from 255 or 81.72% from 290); Max value from RGB is 237 - color contains mainly: blue. Hex color #3302ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3302ED is #CCFD12. Grayscale: #2A2A2A. Windows color (decimal): -13434131 or 15532595. OLE color: 15532595.
HSL color Cylindrical-coordinate representation of color #3302ED: hue angle of 252.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302ED is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 2 | 237 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.07 |
| HSL | 252.51º | 0.98% | 0.47% | - |
| HSV(B) | 252.51º | 0.99% | 0.93% | - |
| XYZ | 16.67 | 6.86 | 80.57 | - |
| YUV | 43.44 | 237.23 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 2 | 237 | 0.78 | 0.99 | 0 | 0.07 | 252.51 | 0.98 | 0.47 |
| Hex | 33 | 2 | ED | 4E | 63 | 0 | 7 | FD | 62 | 2F |
| Octal | 63 | 2 | 355 | 116 | 143 | 0 | 7 | 375 | 142 | 57 |
| Binary | 110011 | 10 | 11101101 | 1001110 | 1100011 | 0 | 111 | 11111101 | 1100010 | 101111 |
Color Harmonies of #3302ED
Complementary color
Monochromatic Colors of #3302ED
Black with #3302ED
Text Example
Text Example
White with #3302ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3302ED; }
p { color: rgb(51,2,237); }
H1.HeaderClassName
{
color: #3302ED;
}
.AnyTagClassName
{
color: #3302ED;
}
</style>
background-color css
<style>
a { background-color: #3302ED; }
a { background-color: rgb(51,2,237); }
div.DivClassName
{
background-color: #3302ED;
}
.BgClassName
{
background-color: #3302ED;
}
</style>
border-color css
<style>
span { border-color: #3302ED; }
span { border-color: rgb(51,2,237); }
td.TdClassName
{
border-color: #3302ED;
}
.TagClassName
{
border-color: #3302ED;
}
</style>