Shades of Han Purple #4302CC
Tints of Han Purple #4302CC
RGB
CMYK
RGB Variations
Color information
#4302CC (or 0x4302CC) is known color: Han Purple. HEX triplet: 43, 02 and CC. RGB value is (67,2,204). Sum of RGB (Red+Green+Blue) = 67+2+204=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #4302CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4302CC is #BCFD33. Grayscale: #2B2B2B. Windows color (decimal): -12385588 or 13369923. OLE color: 13369923.
HSL color Cylindrical-coordinate representation of color #4302CC: hue angle of 259.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302CC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 2 | 204 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.2 |
| HSL | 259.31º | 0.98% | 0.4% | - |
| HSV(B) | 259.31º | 0.99% | 0.8% | - |
| XYZ | 13.24 | 5.6 | 57.51 | - |
| YUV | 44.46 | 218.03 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 204 | 0.67 | 0.99 | 0 | 0.2 | 259.31 | 0.98 | 0.4 |
| Hex | 43 | 2 | CC | 43 | 63 | 0 | 14 | 103 | 62 | 28 |
| Octal | 103 | 2 | 314 | 103 | 143 | 0 | 24 | 403 | 142 | 50 |
| Binary | 1000011 | 10 | 11001100 | 1000011 | 1100011 | 0 | 10100 | 100000011 | 1100010 | 101000 |
Color Harmonies of #4302CC
Complementary color
Monochromatic Colors of #4302CC
Black with #4302CC
Text Example
Text Example
White with #4302CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302CC; }
p { color: rgb(67,2,204); }
H1.HeaderClassName
{
color: #4302CC;
}
.AnyTagClassName
{
color: #4302CC;
}
</style>
background-color css
<style>
a { background-color: #4302CC; }
a { background-color: rgb(67,2,204); }
div.DivClassName
{
background-color: #4302CC;
}
.BgClassName
{
background-color: #4302CC;
}
</style>
border-color css
<style>
span { border-color: #4302CC; }
span { border-color: rgb(67,2,204); }
td.TdClassName
{
border-color: #4302CC;
}
.TagClassName
{
border-color: #4302CC;
}
</style>