Shades of Han Purple #4302CA
Tints of Han Purple #4302CA
RGB
CMYK
RGB Variations
Color information
#4302CA (or 0x4302CA) is known color: Han Purple. HEX triplet: 43, 02 and CA. RGB value is (67,2,202). Sum of RGB (Red+Green+Blue) = 67+2+202=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #4302CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4302CA is #BCFD35. Grayscale: #2B2B2B. Windows color (decimal): -12385590 or 13238851. OLE color: 13238851.
HSL color Cylindrical-coordinate representation of color #4302CA: hue angle of 259.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302CA is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 2 | 202 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.21 |
| HSL | 259.5º | 0.98% | 0.4% | - |
| HSV(B) | 259.5º | 0.99% | 0.79% | - |
| XYZ | 13 | 5.5 | 56.25 | - |
| YUV | 44.24 | 217.03 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 202 | 0.67 | 0.99 | 0 | 0.21 | 259.5 | 0.98 | 0.4 |
| Hex | 43 | 2 | CA | 43 | 63 | 0 | 15 | 104 | 62 | 28 |
| Octal | 103 | 2 | 312 | 103 | 143 | 0 | 25 | 404 | 142 | 50 |
| Binary | 1000011 | 10 | 11001010 | 1000011 | 1100011 | 0 | 10101 | 100000100 | 1100010 | 101000 |
Color Harmonies of #4302CA
Complementary color
Monochromatic Colors of #4302CA
Black with #4302CA
Text Example
Text Example
White with #4302CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302CA; }
p { color: rgb(67,2,202); }
H1.HeaderClassName
{
color: #4302CA;
}
.AnyTagClassName
{
color: #4302CA;
}
</style>
background-color css
<style>
a { background-color: #4302CA; }
a { background-color: rgb(67,2,202); }
div.DivClassName
{
background-color: #4302CA;
}
.BgClassName
{
background-color: #4302CA;
}
</style>
border-color css
<style>
span { border-color: #4302CA; }
span { border-color: rgb(67,2,202); }
td.TdClassName
{
border-color: #4302CA;
}
.TagClassName
{
border-color: #4302CA;
}
</style>