Shades of Han Purple #4302EE
Tints of Han Purple #4302EE
RGB
CMYK
RGB Variations
Color information
#4302EE (or 0x4302EE) is known color: Han Purple. HEX triplet: 43, 02 and EE. RGB value is (67,2,238). Sum of RGB (Red+Green+Blue) = 67+2+238=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #4302EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4302EE is #BCFD11. Grayscale: #2F2F2F. Windows color (decimal): -12385554 or 15598147. OLE color: 15598147.
HSL color Cylindrical-coordinate representation of color #4302EE: hue angle of 256.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302EE is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 2 | 238 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.07 |
| HSL | 256.53º | 0.98% | 0.47% | - |
| HSV(B) | 256.53º | 0.99% | 0.93% | - |
| XYZ | 17.77 | 7.41 | 81.38 | - |
| YUV | 48.34 | 235.03 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 238 | 0.72 | 0.99 | 0 | 0.07 | 256.53 | 0.98 | 0.47 |
| Hex | 43 | 2 | EE | 48 | 63 | 0 | 7 | 101 | 62 | 2F |
| Octal | 103 | 2 | 356 | 110 | 143 | 0 | 7 | 401 | 142 | 57 |
| Binary | 1000011 | 10 | 11101110 | 1001000 | 1100011 | 0 | 111 | 100000001 | 1100010 | 101111 |
Color Harmonies of #4302EE
Complementary color
Monochromatic Colors of #4302EE
Black with #4302EE
Text Example
Text Example
White with #4302EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302EE; }
p { color: rgb(67,2,238); }
H1.HeaderClassName
{
color: #4302EE;
}
.AnyTagClassName
{
color: #4302EE;
}
</style>
background-color css
<style>
a { background-color: #4302EE; }
a { background-color: rgb(67,2,238); }
div.DivClassName
{
background-color: #4302EE;
}
.BgClassName
{
background-color: #4302EE;
}
</style>
border-color css
<style>
span { border-color: #4302EE; }
span { border-color: rgb(67,2,238); }
td.TdClassName
{
border-color: #4302EE;
}
.TagClassName
{
border-color: #4302EE;
}
</style>