Shades of Han Purple #3307ED
Tints of Han Purple #3307ED
RGB
CMYK
RGB Variations
Color information
#3307ED (or 0x3307ED) is known color: Han Purple. HEX triplet: 33, 07 and ED. RGB value is (51,7,237). Sum of RGB (Red+Green+Blue) = 51+7+237=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 237 (92.97% from 255 or 80.34% from 295); Max value from RGB is 237 - color contains mainly: blue. Hex color #3307ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3307ED is #CCF812. Grayscale: #2D2D2D. Windows color (decimal): -13432851 or 15533875. OLE color: 15533875.
HSL color Cylindrical-coordinate representation of color #3307ED: hue angle of 251.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3307ED is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 7 | 237 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.07 |
| HSL | 251.48º | 0.94% | 0.48% | - |
| HSV(B) | 251.48º | 0.97% | 0.93% | - |
| XYZ | 16.73 | 6.97 | 80.58 | - |
| YUV | 46.38 | 235.58 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 7 | 237 | 0.78 | 0.97 | 0 | 0.07 | 251.48 | 0.94 | 0.48 |
| Hex | 33 | 7 | ED | 4E | 61 | 0 | 7 | FB | 5E | 30 |
| Octal | 63 | 7 | 355 | 116 | 141 | 0 | 7 | 373 | 136 | 60 |
| Binary | 110011 | 111 | 11101101 | 1001110 | 1100001 | 0 | 111 | 11111011 | 1011110 | 110000 |
Color Harmonies of #3307ED
Complementary color
Monochromatic Colors of #3307ED
Black with #3307ED
Text Example
Text Example
White with #3307ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3307ED; }
p { color: rgb(51,7,237); }
H1.HeaderClassName
{
color: #3307ED;
}
.AnyTagClassName
{
color: #3307ED;
}
</style>
background-color css
<style>
a { background-color: #3307ED; }
a { background-color: rgb(51,7,237); }
div.DivClassName
{
background-color: #3307ED;
}
.BgClassName
{
background-color: #3307ED;
}
</style>
border-color css
<style>
span { border-color: #3307ED; }
span { border-color: rgb(51,7,237); }
td.TdClassName
{
border-color: #3307ED;
}
.TagClassName
{
border-color: #3307ED;
}
</style>