Shades of Han Purple #430BD0
Tints of Han Purple #430BD0
RGB
CMYK
RGB Variations
Color information
#430BD0 (or 0x430BD0) is known color: Han Purple. HEX triplet: 43, 0B and D0. RGB value is (67,11,208). Sum of RGB (Red+Green+Blue) = 67+11+208=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #430BD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BD0 is #BCF42F. Grayscale: #313131. Windows color (decimal): -12383280 or 13634371. OLE color: 13634371.
HSL color Cylindrical-coordinate representation of color #430BD0: hue angle of 257.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430BD0 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 11 | 208 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.18 |
| HSL | 257.06º | 0.9% | 0.43% | - |
| HSV(B) | 257.06º | 0.95% | 0.82% | - |
| XYZ | 13.82 | 5.99 | 60.1 | - |
| YUV | 50.2 | 217.05 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 208 | 0.68 | 0.95 | 0 | 0.18 | 257.06 | 0.9 | 0.43 |
| Hex | 43 | B | D0 | 44 | 5F | 0 | 12 | 101 | 5A | 2B |
| Octal | 103 | 13 | 320 | 104 | 137 | 0 | 22 | 401 | 132 | 53 |
| Binary | 1000011 | 1011 | 11010000 | 1000100 | 1011111 | 0 | 10010 | 100000001 | 1011010 | 101011 |
Color Harmonies of #430BD0
Complementary color
Monochromatic Colors of #430BD0
Black with #430BD0
Text Example
Text Example
White with #430BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BD0; }
p { color: rgb(67,11,208); }
H1.HeaderClassName
{
color: #430BD0;
}
.AnyTagClassName
{
color: #430BD0;
}
</style>
background-color css
<style>
a { background-color: #430BD0; }
a { background-color: rgb(67,11,208); }
div.DivClassName
{
background-color: #430BD0;
}
.BgClassName
{
background-color: #430BD0;
}
</style>
border-color css
<style>
span { border-color: #430BD0; }
span { border-color: rgb(67,11,208); }
td.TdClassName
{
border-color: #430BD0;
}
.TagClassName
{
border-color: #430BD0;
}
</style>