Shades of Han Purple #430DFF
Tints of Han Purple #430DFF
RGB
CMYK
RGB Variations
Color information
#430DFF (or 0x430DFF) is known color: Han Purple. HEX triplet: 43, 0D and FF. RGB value is (67,13,255). Sum of RGB (Red+Green+Blue) = 67+13+255=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #430DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DFF is #BCF200. Grayscale: #373737. Windows color (decimal): -12382721 or 16715075. OLE color: 16715075.
HSL color Cylindrical-coordinate representation of color #430DFF: hue angle of 253.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430DFF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 13 | 255 | - |
| CMYK | 0.74 | 0.95 | 0 | 0 |
| HSL | 253.39º | 1% | 0.53% | - |
| HSV(B) | 253.39º | 0.95% | 1% | - |
| XYZ | 20.51 | 8.7 | 95.21 | - |
| YUV | 56.73 | 239.89 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 255 | 0.74 | 0.95 | 0 | 0 | 253.39 | 1 | 0.53 |
| Hex | 43 | D | FF | 4A | 5F | 0 | 0 | FD | 64 | 35 |
| Octal | 103 | 15 | 377 | 112 | 137 | 0 | 0 | 375 | 144 | 65 |
| Binary | 1000011 | 1101 | 11111111 | 1001010 | 1011111 | 0 | 0 | 11111101 | 1100100 | 110101 |
Color Harmonies of #430DFF
Complementary color
Monochromatic Colors of #430DFF
Black with #430DFF
Text Example
Text Example
White with #430DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DFF; }
p { color: rgb(67,13,255); }
H1.HeaderClassName
{
color: #430DFF;
}
.AnyTagClassName
{
color: #430DFF;
}
</style>
background-color css
<style>
a { background-color: #430DFF; }
a { background-color: rgb(67,13,255); }
div.DivClassName
{
background-color: #430DFF;
}
.BgClassName
{
background-color: #430DFF;
}
</style>
border-color css
<style>
span { border-color: #430DFF; }
span { border-color: rgb(67,13,255); }
td.TdClassName
{
border-color: #430DFF;
}
.TagClassName
{
border-color: #430DFF;
}
</style>