Shades of Han Purple #3305FC
Tints of Han Purple #3305FC
RGB
CMYK
RGB Variations
Color information
#3305FC (or 0x3305FC) is known color: Han Purple. HEX triplet: 33, 05 and FC. RGB value is (51,5,252). Sum of RGB (Red+Green+Blue) = 51+5+252=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #3305FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3305FC is #CCFA03. Grayscale: #2D2D2D. Windows color (decimal): -13433348 or 16516403. OLE color: 16516403.
HSL color Cylindrical-coordinate representation of color #3305FC: hue angle of 251.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3305FC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 5 | 252 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.01 |
| HSL | 251.17º | 0.98% | 0.5% | - |
| HSV(B) | 251.17º | 0.98% | 0.99% | - |
| XYZ | 18.99 | 7.84 | 92.61 | - |
| YUV | 46.91 | 243.74 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 252 | 0.80 | 0.98 | 0 | 0.01 | 251.17 | 0.98 | 0.5 |
| Hex | 33 | 5 | FC | 50 | 62 | 0 | 1 | FB | 62 | 32 |
| Octal | 63 | 5 | 374 | 120 | 142 | 0 | 1 | 373 | 142 | 62 |
| Binary | 110011 | 101 | 11111100 | 1010000 | 1100010 | 0 | 1 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3305FC
Complementary color
Monochromatic Colors of #3305FC
Black with #3305FC
Text Example
Text Example
White with #3305FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3305FC; }
p { color: rgb(51,5,252); }
H1.HeaderClassName
{
color: #3305FC;
}
.AnyTagClassName
{
color: #3305FC;
}
</style>
background-color css
<style>
a { background-color: #3305FC; }
a { background-color: rgb(51,5,252); }
div.DivClassName
{
background-color: #3305FC;
}
.BgClassName
{
background-color: #3305FC;
}
</style>
border-color css
<style>
span { border-color: #3305FC; }
span { border-color: rgb(51,5,252); }
td.TdClassName
{
border-color: #3305FC;
}
.TagClassName
{
border-color: #3305FC;
}
</style>