Shades of Han Purple #3312CF
Tints of Han Purple #3312CF
RGB
CMYK
RGB Variations
Color information
#3312CF (or 0x3312CF) is known color: Han Purple. HEX triplet: 33, 12 and CF. RGB value is (51,18,207). Sum of RGB (Red+Green+Blue) = 51+18+207=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #3312CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312CF is #CCED30. Grayscale: #303030. Windows color (decimal): -13430065 or 13570611. OLE color: 13570611.
HSL color Cylindrical-coordinate representation of color #3312CF: hue angle of 250.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3312CF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 18 | 207 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.19 |
| HSL | 250.48º | 0.84% | 0.44% | - |
| HSV(B) | 250.48º | 0.91% | 0.81% | - |
| XYZ | 12.84 | 5.64 | 59.44 | - |
| YUV | 49.41 | 216.93 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 207 | 0.75 | 0.91 | 0 | 0.19 | 250.48 | 0.84 | 0.44 |
| Hex | 33 | 12 | CF | 4B | 5B | 0 | 13 | FA | 54 | 2C |
| Octal | 63 | 22 | 317 | 113 | 133 | 0 | 23 | 372 | 124 | 54 |
| Binary | 110011 | 10010 | 11001111 | 1001011 | 1011011 | 0 | 10011 | 11111010 | 1010100 | 101100 |
Color Harmonies of #3312CF
Complementary color
Monochromatic Colors of #3312CF
Black with #3312CF
Text Example
Text Example
White with #3312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3312CF; }
p { color: rgb(51,18,207); }
H1.HeaderClassName
{
color: #3312CF;
}
.AnyTagClassName
{
color: #3312CF;
}
</style>
background-color css
<style>
a { background-color: #3312CF; }
a { background-color: rgb(51,18,207); }
div.DivClassName
{
background-color: #3312CF;
}
.BgClassName
{
background-color: #3312CF;
}
</style>
border-color css
<style>
span { border-color: #3312CF; }
span { border-color: rgb(51,18,207); }
td.TdClassName
{
border-color: #3312CF;
}
.TagClassName
{
border-color: #3312CF;
}
</style>