Shades of Han Purple #3304ED
Tints of Han Purple #3304ED
RGB
CMYK
RGB Variations
Color information
#3304ED (or 0x3304ED) is known color: Han Purple. HEX triplet: 33, 04 and ED. RGB value is (51,4,237). Sum of RGB (Red+Green+Blue) = 51+4+237=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 237 (92.97% from 255 or 81.16% from 292); Max value from RGB is 237 - color contains mainly: blue. Hex color #3304ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3304ED is #CCFB12. Grayscale: #2B2B2B. Windows color (decimal): -13433619 or 15533107. OLE color: 15533107.
HSL color Cylindrical-coordinate representation of color #3304ED: hue angle of 252.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304ED is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 4 | 237 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.07 |
| HSL | 252.1º | 0.97% | 0.47% | - |
| HSV(B) | 252.1º | 0.98% | 0.93% | - |
| XYZ | 16.69 | 6.91 | 80.57 | - |
| YUV | 44.62 | 236.57 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 4 | 237 | 0.78 | 0.98 | 0 | 0.07 | 252.1 | 0.97 | 0.47 |
| Hex | 33 | 4 | ED | 4E | 62 | 0 | 7 | FC | 61 | 2F |
| Octal | 63 | 4 | 355 | 116 | 142 | 0 | 7 | 374 | 141 | 57 |
| Binary | 110011 | 100 | 11101101 | 1001110 | 1100010 | 0 | 111 | 11111100 | 1100001 | 101111 |
Color Harmonies of #3304ED
Complementary color
Monochromatic Colors of #3304ED
Black with #3304ED
Text Example
Text Example
White with #3304ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3304ED; }
p { color: rgb(51,4,237); }
H1.HeaderClassName
{
color: #3304ED;
}
.AnyTagClassName
{
color: #3304ED;
}
</style>
background-color css
<style>
a { background-color: #3304ED; }
a { background-color: rgb(51,4,237); }
div.DivClassName
{
background-color: #3304ED;
}
.BgClassName
{
background-color: #3304ED;
}
</style>
border-color css
<style>
span { border-color: #3304ED; }
span { border-color: rgb(51,4,237); }
td.TdClassName
{
border-color: #3304ED;
}
.TagClassName
{
border-color: #3304ED;
}
</style>