Shades of Han Purple #3507FF
Tints of Han Purple #3507FF
RGB
CMYK
RGB Variations
Color information
#3507FF (or 0x3507FF) is known color: Han Purple. HEX triplet: 35, 07 and FF. RGB value is (53,7,255). Sum of RGB (Red+Green+Blue) = 53+7+255=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #3507FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3507FF is #CAF800. Grayscale: #303030. Windows color (decimal): -13301761 or 16713525. OLE color: 16713525.
HSL color Cylindrical-coordinate representation of color #3507FF: hue angle of 251.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3507FF is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 7 | 255 | - |
| CMYK | 0.79 | 0.97 | 0 | 0 |
| HSL | 251.13º | 1% | 0.51% | - |
| HSV(B) | 251.13º | 0.97% | 1% | - |
| XYZ | 19.59 | 8.13 | 95.14 | - |
| YUV | 49.03 | 244.24 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 7 | 255 | 0.79 | 0.97 | 0 | 0 | 251.13 | 1 | 0.51 |
| Hex | 35 | 7 | FF | 4F | 61 | 0 | 0 | FB | 64 | 33 |
| Octal | 65 | 7 | 377 | 117 | 141 | 0 | 0 | 373 | 144 | 63 |
| Binary | 110101 | 111 | 11111111 | 1001111 | 1100001 | 0 | 0 | 11111011 | 1100100 | 110011 |
Color Harmonies of #3507FF
Complementary color
Monochromatic Colors of #3507FF
Black with #3507FF
Text Example
Text Example
White with #3507FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3507FF; }
p { color: rgb(53,7,255); }
H1.HeaderClassName
{
color: #3507FF;
}
.AnyTagClassName
{
color: #3507FF;
}
</style>
background-color css
<style>
a { background-color: #3507FF; }
a { background-color: rgb(53,7,255); }
div.DivClassName
{
background-color: #3507FF;
}
.BgClassName
{
background-color: #3507FF;
}
</style>
border-color css
<style>
span { border-color: #3507FF; }
span { border-color: rgb(53,7,255); }
td.TdClassName
{
border-color: #3507FF;
}
.TagClassName
{
border-color: #3507FF;
}
</style>