Shades of Han Purple #3412CC
Tints of Han Purple #3412CC
RGB
CMYK
RGB Variations
Color information
#3412CC (or 0x3412CC) is known color: Han Purple. HEX triplet: 34, 12 and CC. RGB value is (52,18,204). Sum of RGB (Red+Green+Blue) = 52+18+204=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #3412CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3412CC is #CBED33. Grayscale: #303030. Windows color (decimal): -13364532 or 13374004. OLE color: 13374004.
HSL color Cylindrical-coordinate representation of color #3412CC: hue angle of 250.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3412CC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 18 | 204 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.2 |
| HSL | 250.97º | 0.84% | 0.44% | - |
| HSV(B) | 250.97º | 0.91% | 0.8% | - |
| XYZ | 12.53 | 5.52 | 57.53 | - |
| YUV | 49.37 | 215.26 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 204 | 0.75 | 0.91 | 0 | 0.2 | 250.97 | 0.84 | 0.44 |
| Hex | 34 | 12 | CC | 4B | 5B | 0 | 14 | FB | 54 | 2C |
| Octal | 64 | 22 | 314 | 113 | 133 | 0 | 24 | 373 | 124 | 54 |
| Binary | 110100 | 10010 | 11001100 | 1001011 | 1011011 | 0 | 10100 | 11111011 | 1010100 | 101100 |
Color Harmonies of #3412CC
Complementary color
Monochromatic Colors of #3412CC
Black with #3412CC
Text Example
Text Example
White with #3412CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3412CC; }
p { color: rgb(52,18,204); }
H1.HeaderClassName
{
color: #3412CC;
}
.AnyTagClassName
{
color: #3412CC;
}
</style>
background-color css
<style>
a { background-color: #3412CC; }
a { background-color: rgb(52,18,204); }
div.DivClassName
{
background-color: #3412CC;
}
.BgClassName
{
background-color: #3412CC;
}
</style>
border-color css
<style>
span { border-color: #3412CC; }
span { border-color: rgb(52,18,204); }
td.TdClassName
{
border-color: #3412CC;
}
.TagClassName
{
border-color: #3412CC;
}
</style>