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