Shades of Han Purple #3314CF
Tints of Han Purple #3314CF
RGB
CMYK
RGB Variations
Color information
#3314CF (or 0x3314CF) is known color: Han Purple. HEX triplet: 33, 14 and CF. RGB value is (51,20,207). Sum of RGB (Red+Green+Blue) = 51+20+207=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #3314CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3314CF is #CCEB30. Grayscale: #313131. Windows color (decimal): -13429553 or 13571123. OLE color: 13571123.
HSL color Cylindrical-coordinate representation of color #3314CF: hue angle of 249.95º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3314CF is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 20 | 207 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.19 |
| HSL | 249.95º | 0.82% | 0.45% | - |
| HSV(B) | 249.95º | 0.9% | 0.81% | - |
| XYZ | 12.88 | 5.71 | 59.45 | - |
| YUV | 50.59 | 216.27 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 207 | 0.75 | 0.90 | 0 | 0.19 | 249.95 | 0.82 | 0.45 |
| Hex | 33 | 14 | CF | 4B | 5A | 0 | 13 | FA | 52 | 2D |
| Octal | 63 | 24 | 317 | 113 | 132 | 0 | 23 | 372 | 122 | 55 |
| Binary | 110011 | 10100 | 11001111 | 1001011 | 1011010 | 0 | 10011 | 11111010 | 1010010 | 101101 |
Color Harmonies of #3314CF
Complementary color
Monochromatic Colors of #3314CF
Black with #3314CF
Text Example
Text Example
White with #3314CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314CF; }
p { color: rgb(51,20,207); }
H1.HeaderClassName
{
color: #3314CF;
}
.AnyTagClassName
{
color: #3314CF;
}
</style>
background-color css
<style>
a { background-color: #3314CF; }
a { background-color: rgb(51,20,207); }
div.DivClassName
{
background-color: #3314CF;
}
.BgClassName
{
background-color: #3314CF;
}
</style>
border-color css
<style>
span { border-color: #3314CF; }
span { border-color: rgb(51,20,207); }
td.TdClassName
{
border-color: #3314CF;
}
.TagClassName
{
border-color: #3314CF;
}
</style>