Shades of Han Purple #3311CF
Tints of Han Purple #3311CF
RGB
CMYK
RGB Variations
Color information
#3311CF (or 0x3311CF) is known color: Han Purple. HEX triplet: 33, 11 and CF. RGB value is (51,17,207). Sum of RGB (Red+Green+Blue) = 51+17+207=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #3311CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311CF is #CCEE30. Grayscale: #303030. Windows color (decimal): -13430321 or 13570355. OLE color: 13570355.
HSL color Cylindrical-coordinate representation of color #3311CF: hue angle of 250.74º 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 #3311CF is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 17 | 207 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.19 |
| HSL | 250.74º | 0.85% | 0.44% | - |
| HSV(B) | 250.74º | 0.92% | 0.81% | - |
| XYZ | 12.83 | 5.61 | 59.44 | - |
| YUV | 48.83 | 217.26 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 207 | 0.75 | 0.92 | 0 | 0.19 | 250.74 | 0.85 | 0.44 |
| Hex | 33 | 11 | CF | 4B | 5C | 0 | 13 | FB | 55 | 2C |
| Octal | 63 | 21 | 317 | 113 | 134 | 0 | 23 | 373 | 125 | 54 |
| Binary | 110011 | 10001 | 11001111 | 1001011 | 1011100 | 0 | 10011 | 11111011 | 1010101 | 101100 |
Color Harmonies of #3311CF
Complementary color
Monochromatic Colors of #3311CF
Black with #3311CF
Text Example
Text Example
White with #3311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3311CF; }
p { color: rgb(51,17,207); }
H1.HeaderClassName
{
color: #3311CF;
}
.AnyTagClassName
{
color: #3311CF;
}
</style>
background-color css
<style>
a { background-color: #3311CF; }
a { background-color: rgb(51,17,207); }
div.DivClassName
{
background-color: #3311CF;
}
.BgClassName
{
background-color: #3311CF;
}
</style>
border-color css
<style>
span { border-color: #3311CF; }
span { border-color: rgb(51,17,207); }
td.TdClassName
{
border-color: #3311CF;
}
.TagClassName
{
border-color: #3311CF;
}
</style>