Shades of Han Purple #4123FC
Tints of Han Purple #4123FC
RGB
CMYK
RGB Variations
Color information
#4123FC (or 0x4123FC) is known color: Han Purple. HEX triplet: 41, 23 and FC. RGB value is (65,35,252). Sum of RGB (Red+Green+Blue) = 65+35+252=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #4123FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4123FC is #BEDC03. Grayscale: #434343. Windows color (decimal): -12508164 or 16524097. OLE color: 16524097.
HSL color Cylindrical-coordinate representation of color #4123FC: hue angle of 248.29º degrees, saturation: 0.97, 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 #4123FC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 35 | 252 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.01 |
| HSL | 248.29º | 0.97% | 0.56% | - |
| HSV(B) | 248.29º | 0.86% | 0.99% | - |
| XYZ | 20.35 | 9.35 | 92.83 | - |
| YUV | 68.71 | 231.44 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 252 | 0.74 | 0.86 | 0 | 0.01 | 248.29 | 0.97 | 0.56 |
| Hex | 41 | 23 | FC | 4A | 56 | 0 | 1 | F8 | 61 | 38 |
| Octal | 101 | 43 | 374 | 112 | 126 | 0 | 1 | 370 | 141 | 70 |
| Binary | 1000001 | 100011 | 11111100 | 1001010 | 1010110 | 0 | 1 | 11111000 | 1100001 | 111000 |
Color Harmonies of #4123FC
Complementary color
Monochromatic Colors of #4123FC
Black with #4123FC
Text Example
Text Example
White with #4123FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123FC; }
p { color: rgb(65,35,252); }
H1.HeaderClassName
{
color: #4123FC;
}
.AnyTagClassName
{
color: #4123FC;
}
</style>
background-color css
<style>
a { background-color: #4123FC; }
a { background-color: rgb(65,35,252); }
div.DivClassName
{
background-color: #4123FC;
}
.BgClassName
{
background-color: #4123FC;
}
</style>
border-color css
<style>
span { border-color: #4123FC; }
span { border-color: rgb(65,35,252); }
td.TdClassName
{
border-color: #4123FC;
}
.TagClassName
{
border-color: #4123FC;
}
</style>