Shades of Han Purple #4304E2
Tints of Han Purple #4304E2
RGB
CMYK
RGB Variations
Color information
#4304E2 (or 0x4304E2) is known color: Han Purple. HEX triplet: 43, 04 and E2. RGB value is (67,4,226). Sum of RGB (Red+Green+Blue) = 67+4+226=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 226 (88.67% from 255 or 76.09% from 297); Max value from RGB is 226 - color contains mainly: blue. Hex color #4304E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4304E2 is #BCFB1D. Grayscale: #2F2F2F. Windows color (decimal): -12385054 or 14812227. OLE color: 14812227.
HSL color Cylindrical-coordinate representation of color #4304E2: hue angle of 257.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304E2 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 4 | 226 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.11 |
| HSL | 257.03º | 0.97% | 0.45% | - |
| HSV(B) | 257.03º | 0.98% | 0.89% | - |
| XYZ | 16.09 | 6.77 | 72.41 | - |
| YUV | 48.15 | 228.37 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 226 | 0.70 | 0.98 | 0 | 0.11 | 257.03 | 0.97 | 0.45 |
| Hex | 43 | 4 | E2 | 46 | 62 | 0 | B | 101 | 61 | 2D |
| Octal | 103 | 4 | 342 | 106 | 142 | 0 | 13 | 401 | 141 | 55 |
| Binary | 1000011 | 100 | 11100010 | 1000110 | 1100010 | 0 | 1011 | 100000001 | 1100001 | 101101 |
Color Harmonies of #4304E2
Complementary color
Monochromatic Colors of #4304E2
Black with #4304E2
Text Example
Text Example
White with #4304E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304E2; }
p { color: rgb(67,4,226); }
H1.HeaderClassName
{
color: #4304E2;
}
.AnyTagClassName
{
color: #4304E2;
}
</style>
background-color css
<style>
a { background-color: #4304E2; }
a { background-color: rgb(67,4,226); }
div.DivClassName
{
background-color: #4304E2;
}
.BgClassName
{
background-color: #4304E2;
}
</style>
border-color css
<style>
span { border-color: #4304E2; }
span { border-color: rgb(67,4,226); }
td.TdClassName
{
border-color: #4304E2;
}
.TagClassName
{
border-color: #4304E2;
}
</style>