Shades of Han Purple #3501CF
Tints of Han Purple #3501CF
RGB
CMYK
RGB Variations
Color information
#3501CF (or 0x3501CF) is known color: Han Purple. HEX triplet: 35, 01 and CF. RGB value is (53,1,207). Sum of RGB (Red+Green+Blue) = 53+1+207=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #3501CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501CF is #CAFE30. Grayscale: #272727. Windows color (decimal): -13303345 or 13566261. OLE color: 13566261.
HSL color Cylindrical-coordinate representation of color #3501CF: hue angle of 255.15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501CF is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 1 | 207 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.19 |
| HSL | 255.15º | 0.99% | 0.41% | - |
| HSV(B) | 255.15º | 1% | 0.81% | - |
| XYZ | 12.74 | 5.28 | 59.38 | - |
| YUV | 40.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 207 | 0.74 | 1.00 | 0 | 0.19 | 255.15 | 0.99 | 0.41 |
| Hex | 35 | 1 | CF | 4A | 64 | 0 | 13 | FF | 63 | 29 |
| Octal | 65 | 1 | 317 | 112 | 144 | 0 | 23 | 377 | 143 | 51 |
| Binary | 110101 | 1 | 11001111 | 1001010 | 1100100 | 0 | 10011 | 11111111 | 1100011 | 101001 |
Color Harmonies of #3501CF
Complementary color
Monochromatic Colors of #3501CF
Black with #3501CF
Text Example
Text Example
White with #3501CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501CF; }
p { color: rgb(53,1,207); }
H1.HeaderClassName
{
color: #3501CF;
}
.AnyTagClassName
{
color: #3501CF;
}
</style>
background-color css
<style>
a { background-color: #3501CF; }
a { background-color: rgb(53,1,207); }
div.DivClassName
{
background-color: #3501CF;
}
.BgClassName
{
background-color: #3501CF;
}
</style>
border-color css
<style>
span { border-color: #3501CF; }
span { border-color: rgb(53,1,207); }
td.TdClassName
{
border-color: #3501CF;
}
.TagClassName
{
border-color: #3501CF;
}
</style>