Shades of Han Purple #4302DD
Tints of Han Purple #4302DD
RGB
CMYK
RGB Variations
Color information
#4302DD (or 0x4302DD) is known color: Han Purple. HEX triplet: 43, 02 and DD. RGB value is (67,2,221). Sum of RGB (Red+Green+Blue) = 67+2+221=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #4302DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4302DD is #BCFD22. Grayscale: #2D2D2D. Windows color (decimal): -12385571 or 14484035. OLE color: 14484035.
HSL color Cylindrical-coordinate representation of color #4302DD: hue angle of 257.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302DD is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 2 | 221 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.13 |
| HSL | 257.81º | 0.98% | 0.44% | - |
| HSV(B) | 257.81º | 0.99% | 0.87% | - |
| XYZ | 15.39 | 6.46 | 68.84 | - |
| YUV | 46.4 | 226.53 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 221 | 0.70 | 0.99 | 0 | 0.13 | 257.81 | 0.98 | 0.44 |
| Hex | 43 | 2 | DD | 46 | 63 | 0 | D | 102 | 62 | 2C |
| Octal | 103 | 2 | 335 | 106 | 143 | 0 | 15 | 402 | 142 | 54 |
| Binary | 1000011 | 10 | 11011101 | 1000110 | 1100011 | 0 | 1101 | 100000010 | 1100010 | 101100 |
Color Harmonies of #4302DD
Complementary color
Monochromatic Colors of #4302DD
Black with #4302DD
Text Example
Text Example
White with #4302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302DD; }
p { color: rgb(67,2,221); }
H1.HeaderClassName
{
color: #4302DD;
}
.AnyTagClassName
{
color: #4302DD;
}
</style>
background-color css
<style>
a { background-color: #4302DD; }
a { background-color: rgb(67,2,221); }
div.DivClassName
{
background-color: #4302DD;
}
.BgClassName
{
background-color: #4302DD;
}
</style>
border-color css
<style>
span { border-color: #4302DD; }
span { border-color: rgb(67,2,221); }
td.TdClassName
{
border-color: #4302DD;
}
.TagClassName
{
border-color: #4302DD;
}
</style>