Shades of Han Purple #430ADD
Tints of Han Purple #430ADD
RGB
CMYK
RGB Variations
Color information
#430ADD (or 0x430ADD) is known color: Han Purple. HEX triplet: 43, 0A and DD. RGB value is (67,10,221). Sum of RGB (Red+Green+Blue) = 67+10+221=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #430ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ADD is #BCF522. Grayscale: #323232. Windows color (decimal): -12383523 or 14486083. OLE color: 14486083.
HSL color Cylindrical-coordinate representation of color #430ADD: hue angle of 256.21º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430ADD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 10 | 221 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.13 |
| HSL | 256.21º | 0.91% | 0.45% | - |
| HSV(B) | 256.21º | 0.95% | 0.87% | - |
| XYZ | 15.47 | 6.63 | 68.87 | - |
| YUV | 51.1 | 223.88 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 221 | 0.70 | 0.95 | 0 | 0.13 | 256.21 | 0.91 | 0.45 |
| Hex | 43 | A | DD | 46 | 5F | 0 | D | 100 | 5B | 2D |
| Octal | 103 | 12 | 335 | 106 | 137 | 0 | 15 | 400 | 133 | 55 |
| Binary | 1000011 | 1010 | 11011101 | 1000110 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101101 |
Color Harmonies of #430ADD
Complementary color
Monochromatic Colors of #430ADD
Black with #430ADD
Text Example
Text Example
White with #430ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430ADD; }
p { color: rgb(67,10,221); }
H1.HeaderClassName
{
color: #430ADD;
}
.AnyTagClassName
{
color: #430ADD;
}
</style>
background-color css
<style>
a { background-color: #430ADD; }
a { background-color: rgb(67,10,221); }
div.DivClassName
{
background-color: #430ADD;
}
.BgClassName
{
background-color: #430ADD;
}
</style>
border-color css
<style>
span { border-color: #430ADD; }
span { border-color: rgb(67,10,221); }
td.TdClassName
{
border-color: #430ADD;
}
.TagClassName
{
border-color: #430ADD;
}
</style>