Shades of Han Purple #3412CE
Tints of Han Purple #3412CE
RGB
CMYK
RGB Variations
Color information
#3412CE (or 0x3412CE) is known color: Han Purple. HEX triplet: 34, 12 and CE. RGB value is (52,18,206). Sum of RGB (Red+Green+Blue) = 52+18+206=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #3412CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412CE is #CBED31. Grayscale: #303030. Windows color (decimal): -13364530 or 13505076. OLE color: 13505076.
HSL color Cylindrical-coordinate representation of color #3412CE: hue angle of 250.85º 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 #3412CE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 18 | 206 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.19 |
| HSL | 250.85º | 0.84% | 0.44% | - |
| HSV(B) | 250.85º | 0.91% | 0.81% | - |
| XYZ | 12.77 | 5.62 | 58.8 | - |
| YUV | 49.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 206 | 0.75 | 0.91 | 0 | 0.19 | 250.85 | 0.84 | 0.44 |
| Hex | 34 | 12 | CE | 4B | 5B | 0 | 13 | FB | 54 | 2C |
| Octal | 64 | 22 | 316 | 113 | 133 | 0 | 23 | 373 | 124 | 54 |
| Binary | 110100 | 10010 | 11001110 | 1001011 | 1011011 | 0 | 10011 | 11111011 | 1010100 | 101100 |
Color Harmonies of #3412CE
Complementary color
Monochromatic Colors of #3412CE
Black with #3412CE
Text Example
Text Example
White with #3412CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412CE; }
p { color: rgb(52,18,206); }
H1.HeaderClassName
{
color: #3412CE;
}
.AnyTagClassName
{
color: #3412CE;
}
</style>
background-color css
<style>
a { background-color: #3412CE; }
a { background-color: rgb(52,18,206); }
div.DivClassName
{
background-color: #3412CE;
}
.BgClassName
{
background-color: #3412CE;
}
</style>
border-color css
<style>
span { border-color: #3412CE; }
span { border-color: rgb(52,18,206); }
td.TdClassName
{
border-color: #3412CE;
}
.TagClassName
{
border-color: #3412CE;
}
</style>