Shades of Han Purple #3513CF
Tints of Han Purple #3513CF
RGB
CMYK
RGB Variations
Color information
#3513CF (or 0x3513CF) is known color: Han Purple. HEX triplet: 35, 13 and CF. RGB value is (53,19,207). Sum of RGB (Red+Green+Blue) = 53+19+207=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #3513CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3513CF is #CAEC30. Grayscale: #313131. Windows color (decimal): -13298737 or 13570869. OLE color: 13570869.
HSL color Cylindrical-coordinate representation of color #3513CF: hue angle of 250.85º degrees, saturation: 0.83, 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 #3513CF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 19 | 207 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.19 |
| HSL | 250.85º | 0.83% | 0.44% | - |
| HSV(B) | 250.85º | 0.91% | 0.81% | - |
| XYZ | 12.96 | 5.73 | 59.45 | - |
| YUV | 50.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 207 | 0.74 | 0.91 | 0 | 0.19 | 250.85 | 0.83 | 0.44 |
| Hex | 35 | 13 | CF | 4A | 5B | 0 | 13 | FB | 53 | 2C |
| Octal | 65 | 23 | 317 | 112 | 133 | 0 | 23 | 373 | 123 | 54 |
| Binary | 110101 | 10011 | 11001111 | 1001010 | 1011011 | 0 | 10011 | 11111011 | 1010011 | 101100 |
Color Harmonies of #3513CF
Complementary color
Monochromatic Colors of #3513CF
Black with #3513CF
Text Example
Text Example
White with #3513CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3513CF; }
p { color: rgb(53,19,207); }
H1.HeaderClassName
{
color: #3513CF;
}
.AnyTagClassName
{
color: #3513CF;
}
</style>
background-color css
<style>
a { background-color: #3513CF; }
a { background-color: rgb(53,19,207); }
div.DivClassName
{
background-color: #3513CF;
}
.BgClassName
{
background-color: #3513CF;
}
</style>
border-color css
<style>
span { border-color: #3513CF; }
span { border-color: rgb(53,19,207); }
td.TdClassName
{
border-color: #3513CF;
}
.TagClassName
{
border-color: #3513CF;
}
</style>