Shades of Han Purple #430DDB
Tints of Han Purple #430DDB
RGB
CMYK
RGB Variations
Color information
#430DDB (or 0x430DDB) is known color: Han Purple. HEX triplet: 43, 0D and DB. RGB value is (67,13,219). Sum of RGB (Red+Green+Blue) = 67+13+219=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #430DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DDB is #BCF224. Grayscale: #333333. Windows color (decimal): -12382757 or 14355779. OLE color: 14355779.
HSL color Cylindrical-coordinate representation of color #430DDB: hue angle of 255.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DDB is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 13 | 219 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.14 |
| HSL | 255.73º | 0.89% | 0.45% | - |
| HSV(B) | 255.73º | 0.94% | 0.86% | - |
| XYZ | 15.24 | 6.6 | 67.49 | - |
| YUV | 52.63 | 221.89 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 219 | 0.69 | 0.94 | 0 | 0.14 | 255.73 | 0.89 | 0.45 |
| Hex | 43 | D | DB | 45 | 5E | 0 | E | 100 | 59 | 2D |
| Octal | 103 | 15 | 333 | 105 | 136 | 0 | 16 | 400 | 131 | 55 |
| Binary | 1000011 | 1101 | 11011011 | 1000101 | 1011110 | 0 | 1110 | 100000000 | 1011001 | 101101 |
Color Harmonies of #430DDB
Complementary color
Monochromatic Colors of #430DDB
Black with #430DDB
Text Example
Text Example
White with #430DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DDB; }
p { color: rgb(67,13,219); }
H1.HeaderClassName
{
color: #430DDB;
}
.AnyTagClassName
{
color: #430DDB;
}
</style>
background-color css
<style>
a { background-color: #430DDB; }
a { background-color: rgb(67,13,219); }
div.DivClassName
{
background-color: #430DDB;
}
.BgClassName
{
background-color: #430DDB;
}
</style>
border-color css
<style>
span { border-color: #430DDB; }
span { border-color: rgb(67,13,219); }
td.TdClassName
{
border-color: #430DDB;
}
.TagClassName
{
border-color: #430DDB;
}
</style>