Shades of Han Purple #430AFF
Tints of Han Purple #430AFF
RGB
CMYK
RGB Variations
Color information
#430AFF (or 0x430AFF) is known color: Han Purple. HEX triplet: 43, 0A and FF. RGB value is (67,10,255). Sum of RGB (Red+Green+Blue) = 67+10+255=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #430AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AFF is #BCF500. Grayscale: #363636. Windows color (decimal): -12383489 or 16714307. OLE color: 16714307.
HSL color Cylindrical-coordinate representation of color #430AFF: hue angle of 253.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AFF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 10 | 255 | - |
| CMYK | 0.74 | 0.96 | 0 | 0 |
| HSL | 253.96º | 1% | 0.52% | - |
| HSV(B) | 253.96º | 0.96% | 1% | - |
| XYZ | 20.47 | 8.63 | 95.19 | - |
| YUV | 54.97 | 240.88 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 255 | 0.74 | 0.96 | 0 | 0 | 253.96 | 1 | 0.52 |
| Hex | 43 | A | FF | 4A | 60 | 0 | 0 | FE | 64 | 34 |
| Octal | 103 | 12 | 377 | 112 | 140 | 0 | 0 | 376 | 144 | 64 |
| Binary | 1000011 | 1010 | 11111111 | 1001010 | 1100000 | 0 | 0 | 11111110 | 1100100 | 110100 |
Color Harmonies of #430AFF
Complementary color
Monochromatic Colors of #430AFF
Black with #430AFF
Text Example
Text Example
White with #430AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AFF; }
p { color: rgb(67,10,255); }
H1.HeaderClassName
{
color: #430AFF;
}
.AnyTagClassName
{
color: #430AFF;
}
</style>
background-color css
<style>
a { background-color: #430AFF; }
a { background-color: rgb(67,10,255); }
div.DivClassName
{
background-color: #430AFF;
}
.BgClassName
{
background-color: #430AFF;
}
</style>
border-color css
<style>
span { border-color: #430AFF; }
span { border-color: rgb(67,10,255); }
td.TdClassName
{
border-color: #430AFF;
}
.TagClassName
{
border-color: #430AFF;
}
</style>