Shades of Han Purple #3311CE
Tints of Han Purple #3311CE
RGB
CMYK
RGB Variations
Color information
#3311CE (or 0x3311CE) is known color: Han Purple. HEX triplet: 33, 11 and CE. RGB value is (51,17,206). Sum of RGB (Red+Green+Blue) = 51+17+206=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3311CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311CE is #CCEE31. Grayscale: #2F2F2F. Windows color (decimal): -13430322 or 13504819. OLE color: 13504819.
HSL color Cylindrical-coordinate representation of color #3311CE: hue angle of 250.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3311CE is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 17 | 206 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.19 |
| HSL | 250.79º | 0.85% | 0.44% | - |
| HSV(B) | 250.79º | 0.92% | 0.81% | - |
| XYZ | 12.71 | 5.56 | 58.8 | - |
| YUV | 48.71 | 216.76 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 206 | 0.75 | 0.92 | 0 | 0.19 | 250.79 | 0.85 | 0.44 |
| Hex | 33 | 11 | CE | 4B | 5C | 0 | 13 | FB | 55 | 2C |
| Octal | 63 | 21 | 316 | 113 | 134 | 0 | 23 | 373 | 125 | 54 |
| Binary | 110011 | 10001 | 11001110 | 1001011 | 1011100 | 0 | 10011 | 11111011 | 1010101 | 101100 |
Color Harmonies of #3311CE
Complementary color
Monochromatic Colors of #3311CE
Black with #3311CE
Text Example
Text Example
White with #3311CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3311CE; }
p { color: rgb(51,17,206); }
H1.HeaderClassName
{
color: #3311CE;
}
.AnyTagClassName
{
color: #3311CE;
}
</style>
background-color css
<style>
a { background-color: #3311CE; }
a { background-color: rgb(51,17,206); }
div.DivClassName
{
background-color: #3311CE;
}
.BgClassName
{
background-color: #3311CE;
}
</style>
border-color css
<style>
span { border-color: #3311CE; }
span { border-color: rgb(51,17,206); }
td.TdClassName
{
border-color: #3311CE;
}
.TagClassName
{
border-color: #3311CE;
}
</style>