Shades of Han Purple #430FDF
Tints of Han Purple #430FDF
RGB
CMYK
RGB Variations
Color information
#430FDF (or 0x430FDF) is known color: Han Purple. HEX triplet: 43, 0F and DF. RGB value is (67,15,223). Sum of RGB (Red+Green+Blue) = 67+15+223=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #430FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FDF is #BCF020. Grayscale: #353535. Windows color (decimal): -12382241 or 14618435. OLE color: 14618435.
HSL color Cylindrical-coordinate representation of color #430FDF: hue angle of 255º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430FDF is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 15 | 223 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.13 |
| HSL | 255º | 0.87% | 0.47% | - |
| HSV(B) | 255º | 0.93% | 0.87% | - |
| XYZ | 15.8 | 6.86 | 70.3 | - |
| YUV | 54.26 | 223.23 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 223 | 0.70 | 0.93 | 0 | 0.13 | 255 | 0.87 | 0.47 |
| Hex | 43 | F | DF | 46 | 5D | 0 | D | FF | 57 | 2F |
| Octal | 103 | 17 | 337 | 106 | 135 | 0 | 15 | 377 | 127 | 57 |
| Binary | 1000011 | 1111 | 11011111 | 1000110 | 1011101 | 0 | 1101 | 11111111 | 1010111 | 101111 |
Color Harmonies of #430FDF
Complementary color
Monochromatic Colors of #430FDF
Black with #430FDF
Text Example
Text Example
White with #430FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FDF; }
p { color: rgb(67,15,223); }
H1.HeaderClassName
{
color: #430FDF;
}
.AnyTagClassName
{
color: #430FDF;
}
</style>
background-color css
<style>
a { background-color: #430FDF; }
a { background-color: rgb(67,15,223); }
div.DivClassName
{
background-color: #430FDF;
}
.BgClassName
{
background-color: #430FDF;
}
</style>
border-color css
<style>
span { border-color: #430FDF; }
span { border-color: rgb(67,15,223); }
td.TdClassName
{
border-color: #430FDF;
}
.TagClassName
{
border-color: #430FDF;
}
</style>