Shades of Han Purple #4302CD
Tints of Han Purple #4302CD
RGB
CMYK
RGB Variations
Color information
#4302CD (or 0x4302CD) is known color: Han Purple. HEX triplet: 43, 02 and CD. RGB value is (67,2,205). Sum of RGB (Red+Green+Blue) = 67+2+205=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #4302CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4302CD is #BCFD32. Grayscale: #2B2B2B. Windows color (decimal): -12385587 or 13435459. OLE color: 13435459.
HSL color Cylindrical-coordinate representation of color #4302CD: hue angle of 259.21º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302CD is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 2 | 205 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.20 |
| HSL | 259.21º | 0.98% | 0.41% | - |
| HSV(B) | 259.21º | 0.99% | 0.8% | - |
| XYZ | 13.36 | 5.64 | 58.14 | - |
| YUV | 44.58 | 218.53 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 205 | 0.67 | 0.99 | 0 | 0.20 | 259.21 | 0.98 | 0.41 |
| Hex | 43 | 2 | CD | 43 | 63 | 0 | 14 | 103 | 62 | 29 |
| Octal | 103 | 2 | 315 | 103 | 143 | 0 | 24 | 403 | 142 | 51 |
| Binary | 1000011 | 10 | 11001101 | 1000011 | 1100011 | 0 | 10100 | 100000011 | 1100010 | 101001 |
Color Harmonies of #4302CD
Complementary color
Monochromatic Colors of #4302CD
Black with #4302CD
Text Example
Text Example
White with #4302CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302CD; }
p { color: rgb(67,2,205); }
H1.HeaderClassName
{
color: #4302CD;
}
.AnyTagClassName
{
color: #4302CD;
}
</style>
background-color css
<style>
a { background-color: #4302CD; }
a { background-color: rgb(67,2,205); }
div.DivClassName
{
background-color: #4302CD;
}
.BgClassName
{
background-color: #4302CD;
}
</style>
border-color css
<style>
span { border-color: #4302CD; }
span { border-color: rgb(67,2,205); }
td.TdClassName
{
border-color: #4302CD;
}
.TagClassName
{
border-color: #4302CD;
}
</style>