Shades of Han Purple #4301E6
Tints of Han Purple #4301E6
RGB
CMYK
RGB Variations
Color information
#4301E6 (or 0x4301E6) is known color: Han Purple. HEX triplet: 43, 01 and E6. RGB value is (67,1,230). Sum of RGB (Red+Green+Blue) = 67+1+230=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #4301E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4301E6 is #BCFE19. Grayscale: #2D2D2D. Windows color (decimal): -12385818 or 15073603. OLE color: 15073603.
HSL color Cylindrical-coordinate representation of color #4301E6: hue angle of 257.29º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4301E6 is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 1 | 230 | - |
| CMYK | 0.71 | 1.00 | 0 | 0.10 |
| HSL | 257.29º | 0.99% | 0.45% | - |
| HSV(B) | 257.29º | 1% | 0.9% | - |
| XYZ | 16.61 | 6.93 | 75.32 | - |
| YUV | 46.84 | 231.37 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 230 | 0.71 | 1.00 | 0 | 0.10 | 257.29 | 0.99 | 0.45 |
| Hex | 43 | 1 | E6 | 47 | 64 | 0 | A | 101 | 63 | 2D |
| Octal | 103 | 1 | 346 | 107 | 144 | 0 | 12 | 401 | 143 | 55 |
| Binary | 1000011 | 1 | 11100110 | 1000111 | 1100100 | 0 | 1010 | 100000001 | 1100011 | 101101 |
Color Harmonies of #4301E6
Complementary color
Monochromatic Colors of #4301E6
Black with #4301E6
Text Example
Text Example
White with #4301E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301E6; }
p { color: rgb(67,1,230); }
H1.HeaderClassName
{
color: #4301E6;
}
.AnyTagClassName
{
color: #4301E6;
}
</style>
background-color css
<style>
a { background-color: #4301E6; }
a { background-color: rgb(67,1,230); }
div.DivClassName
{
background-color: #4301E6;
}
.BgClassName
{
background-color: #4301E6;
}
</style>
border-color css
<style>
span { border-color: #4301E6; }
span { border-color: rgb(67,1,230); }
td.TdClassName
{
border-color: #4301E6;
}
.TagClassName
{
border-color: #4301E6;
}
</style>