Shades of Han Purple #430BDF
Tints of Han Purple #430BDF
RGB
CMYK
RGB Variations
Color information
#430BDF (or 0x430BDF) is known color: Han Purple. HEX triplet: 43, 0B and DF. RGB value is (67,11,223). Sum of RGB (Red+Green+Blue) = 67+11+223=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #430BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BDF is #BCF420. Grayscale: #333333. Windows color (decimal): -12383265 or 14617411. OLE color: 14617411.
HSL color Cylindrical-coordinate representation of color #430BDF: hue angle of 255.85º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430BDF is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 11 | 223 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.13 |
| HSL | 255.85º | 0.91% | 0.46% | - |
| HSV(B) | 255.85º | 0.95% | 0.87% | - |
| XYZ | 15.75 | 6.76 | 70.29 | - |
| YUV | 51.91 | 224.55 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 223 | 0.70 | 0.95 | 0 | 0.13 | 255.85 | 0.91 | 0.46 |
| Hex | 43 | B | DF | 46 | 5F | 0 | D | 100 | 5B | 2E |
| Octal | 103 | 13 | 337 | 106 | 137 | 0 | 15 | 400 | 133 | 56 |
| Binary | 1000011 | 1011 | 11011111 | 1000110 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101110 |
Color Harmonies of #430BDF
Complementary color
Monochromatic Colors of #430BDF
Black with #430BDF
Text Example
Text Example
White with #430BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BDF; }
p { color: rgb(67,11,223); }
H1.HeaderClassName
{
color: #430BDF;
}
.AnyTagClassName
{
color: #430BDF;
}
</style>
background-color css
<style>
a { background-color: #430BDF; }
a { background-color: rgb(67,11,223); }
div.DivClassName
{
background-color: #430BDF;
}
.BgClassName
{
background-color: #430BDF;
}
</style>
border-color css
<style>
span { border-color: #430BDF; }
span { border-color: rgb(67,11,223); }
td.TdClassName
{
border-color: #430BDF;
}
.TagClassName
{
border-color: #430BDF;
}
</style>