Shades of Han Purple #3512CF
Tints of Han Purple #3512CF
RGB
CMYK
RGB Variations
Color information
#3512CF (or 0x3512CF) is known color: Han Purple. HEX triplet: 35, 12 and CF. RGB value is (53,18,207). Sum of RGB (Red+Green+Blue) = 53+18+207=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 18 (7.42% from 255 or 6.47% 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 #3512CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512CF is #CAED30. Grayscale: #313131. Windows color (decimal): -13298993 or 13570613. OLE color: 13570613.
HSL color Cylindrical-coordinate representation of color #3512CF: hue angle of 251.11º 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 #3512CF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 18 | 207 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.19 |
| HSL | 251.11º | 0.84% | 0.44% | - |
| HSV(B) | 251.11º | 0.91% | 0.81% | - |
| XYZ | 12.95 | 5.69 | 59.45 | - |
| YUV | 50.01 | 216.6 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 207 | 0.74 | 0.91 | 0 | 0.19 | 251.11 | 0.84 | 0.44 |
| Hex | 35 | 12 | CF | 4A | 5B | 0 | 13 | FB | 54 | 2C |
| Octal | 65 | 22 | 317 | 112 | 133 | 0 | 23 | 373 | 124 | 54 |
| Binary | 110101 | 10010 | 11001111 | 1001010 | 1011011 | 0 | 10011 | 11111011 | 1010100 | 101100 |
Color Harmonies of #3512CF
Complementary color
Monochromatic Colors of #3512CF
Black with #3512CF
Text Example
Text Example
White with #3512CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512CF; }
p { color: rgb(53,18,207); }
H1.HeaderClassName
{
color: #3512CF;
}
.AnyTagClassName
{
color: #3512CF;
}
</style>
background-color css
<style>
a { background-color: #3512CF; }
a { background-color: rgb(53,18,207); }
div.DivClassName
{
background-color: #3512CF;
}
.BgClassName
{
background-color: #3512CF;
}
</style>
border-color css
<style>
span { border-color: #3512CF; }
span { border-color: rgb(53,18,207); }
td.TdClassName
{
border-color: #3512CF;
}
.TagClassName
{
border-color: #3512CF;
}
</style>