Shades of Han Purple #4123FD
Tints of Han Purple #4123FD
RGB
CMYK
RGB Variations
Color information
#4123FD (or 0x4123FD) is known color: Han Purple. HEX triplet: 41, 23 and FD. RGB value is (65,35,253). Sum of RGB (Red+Green+Blue) = 65+35+253=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #4123FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4123FD is #BEDC02. Grayscale: #434343. Windows color (decimal): -12508163 or 16589633. OLE color: 16589633.
HSL color Cylindrical-coordinate representation of color #4123FD: hue angle of 248.26º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4123FD is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 35 | 253 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.01 |
| HSL | 248.26º | 0.98% | 0.56% | - |
| HSV(B) | 248.26º | 0.86% | 0.99% | - |
| XYZ | 20.51 | 9.42 | 93.67 | - |
| YUV | 68.82 | 231.94 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 253 | 0.74 | 0.86 | 0 | 0.01 | 248.26 | 0.98 | 0.56 |
| Hex | 41 | 23 | FD | 4A | 56 | 0 | 1 | F8 | 62 | 38 |
| Octal | 101 | 43 | 375 | 112 | 126 | 0 | 1 | 370 | 142 | 70 |
| Binary | 1000001 | 100011 | 11111101 | 1001010 | 1010110 | 0 | 1 | 11111000 | 1100010 | 111000 |
Color Harmonies of #4123FD
Complementary color
Monochromatic Colors of #4123FD
Black with #4123FD
Text Example
Text Example
White with #4123FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123FD; }
p { color: rgb(65,35,253); }
H1.HeaderClassName
{
color: #4123FD;
}
.AnyTagClassName
{
color: #4123FD;
}
</style>
background-color css
<style>
a { background-color: #4123FD; }
a { background-color: rgb(65,35,253); }
div.DivClassName
{
background-color: #4123FD;
}
.BgClassName
{
background-color: #4123FD;
}
</style>
border-color css
<style>
span { border-color: #4123FD; }
span { border-color: rgb(65,35,253); }
td.TdClassName
{
border-color: #4123FD;
}
.TagClassName
{
border-color: #4123FD;
}
</style>