Shades of Han Purple #350CFD
Tints of Han Purple #350CFD
RGB
CMYK
RGB Variations
Color information
#350CFD (or 0x350CFD) is known color: Han Purple. HEX triplet: 35, 0C and FD. RGB value is (53,12,253). Sum of RGB (Red+Green+Blue) = 53+12+253=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #350CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CFD is #CAF302. Grayscale: #323232. Windows color (decimal): -13300483 or 16583733. OLE color: 16583733.
HSL color Cylindrical-coordinate representation of color #350CFD: hue angle of 250.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CFD is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 12 | 253 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.01 |
| HSL | 250.21º | 0.98% | 0.52% | - |
| HSV(B) | 250.21º | 0.95% | 0.99% | - |
| XYZ | 19.33 | 8.11 | 93.48 | - |
| YUV | 51.73 | 241.58 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 253 | 0.79 | 0.95 | 0 | 0.01 | 250.21 | 0.98 | 0.52 |
| Hex | 35 | C | FD | 4F | 5F | 0 | 1 | FA | 62 | 34 |
| Octal | 65 | 14 | 375 | 117 | 137 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110101 | 1100 | 11111101 | 1001111 | 1011111 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #350CFD
Complementary color
Monochromatic Colors of #350CFD
Black with #350CFD
Text Example
Text Example
White with #350CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CFD; }
p { color: rgb(53,12,253); }
H1.HeaderClassName
{
color: #350CFD;
}
.AnyTagClassName
{
color: #350CFD;
}
</style>
background-color css
<style>
a { background-color: #350CFD; }
a { background-color: rgb(53,12,253); }
div.DivClassName
{
background-color: #350CFD;
}
.BgClassName
{
background-color: #350CFD;
}
</style>
border-color css
<style>
span { border-color: #350CFD; }
span { border-color: rgb(53,12,253); }
td.TdClassName
{
border-color: #350CFD;
}
.TagClassName
{
border-color: #350CFD;
}
</style>