Shades of Han Purple #4223FC
Tints of Han Purple #4223FC
RGB
CMYK
RGB Variations
Color information
#4223FC (or 0x4223FC) is known color: Han Purple. HEX triplet: 42, 23 and FC. RGB value is (66,35,252). Sum of RGB (Red+Green+Blue) = 66+35+252=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #4223FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4223FC is #BDDC03. Grayscale: #444444. Windows color (decimal): -12442628 or 16524098. OLE color: 16524098.
HSL color Cylindrical-coordinate representation of color #4223FC: hue angle of 248.57º 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 #4223FC is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 35 | 252 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.01 |
| HSL | 248.57º | 0.97% | 0.56% | - |
| HSV(B) | 248.57º | 0.86% | 0.99% | - |
| XYZ | 20.42 | 9.39 | 92.83 | - |
| YUV | 69.01 | 231.27 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 252 | 0.74 | 0.86 | 0 | 0.01 | 248.57 | 0.97 | 0.56 |
| Hex | 42 | 23 | FC | 4A | 56 | 0 | 1 | F9 | 61 | 38 |
| Octal | 102 | 43 | 374 | 112 | 126 | 0 | 1 | 371 | 141 | 70 |
| Binary | 1000010 | 100011 | 11111100 | 1001010 | 1010110 | 0 | 1 | 11111001 | 1100001 | 111000 |
Color Harmonies of #4223FC
Complementary color
Monochromatic Colors of #4223FC
Black with #4223FC
Text Example
Text Example
White with #4223FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223FC; }
p { color: rgb(66,35,252); }
H1.HeaderClassName
{
color: #4223FC;
}
.AnyTagClassName
{
color: #4223FC;
}
</style>
background-color css
<style>
a { background-color: #4223FC; }
a { background-color: rgb(66,35,252); }
div.DivClassName
{
background-color: #4223FC;
}
.BgClassName
{
background-color: #4223FC;
}
</style>
border-color css
<style>
span { border-color: #4223FC; }
span { border-color: rgb(66,35,252); }
td.TdClassName
{
border-color: #4223FC;
}
.TagClassName
{
border-color: #4223FC;
}
</style>