Shades of Han Purple #430FDD
Tints of Han Purple #430FDD
RGB
CMYK
RGB Variations
Color information
#430FDD (or 0x430FDD) is known color: Han Purple. HEX triplet: 43, 0F and DD. RGB value is (67,15,221). Sum of RGB (Red+Green+Blue) = 67+15+221=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #430FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FDD is #BCF022. Grayscale: #353535. Windows color (decimal): -12382243 or 14487363. OLE color: 14487363.
HSL color Cylindrical-coordinate representation of color #430FDD: hue angle of 255.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430FDD is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 15 | 221 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.13 |
| HSL | 255.15º | 0.87% | 0.46% | - |
| HSV(B) | 255.15º | 0.93% | 0.87% | - |
| XYZ | 15.54 | 6.76 | 68.89 | - |
| YUV | 54.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 221 | 0.70 | 0.93 | 0 | 0.13 | 255.15 | 0.87 | 0.46 |
| Hex | 43 | F | DD | 46 | 5D | 0 | D | FF | 57 | 2E |
| Octal | 103 | 17 | 335 | 106 | 135 | 0 | 15 | 377 | 127 | 56 |
| Binary | 1000011 | 1111 | 11011101 | 1000110 | 1011101 | 0 | 1101 | 11111111 | 1010111 | 101110 |
Color Harmonies of #430FDD
Complementary color
Monochromatic Colors of #430FDD
Black with #430FDD
Text Example
Text Example
White with #430FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FDD; }
p { color: rgb(67,15,221); }
H1.HeaderClassName
{
color: #430FDD;
}
.AnyTagClassName
{
color: #430FDD;
}
</style>
background-color css
<style>
a { background-color: #430FDD; }
a { background-color: rgb(67,15,221); }
div.DivClassName
{
background-color: #430FDD;
}
.BgClassName
{
background-color: #430FDD;
}
</style>
border-color css
<style>
span { border-color: #430FDD; }
span { border-color: rgb(67,15,221); }
td.TdClassName
{
border-color: #430FDD;
}
.TagClassName
{
border-color: #430FDD;
}
</style>