Shades of Han Purple #430BFF
Tints of Han Purple #430BFF
RGB
CMYK
RGB Variations
Color information
#430BFF (or 0x430BFF) is known color: Han Purple. HEX triplet: 43, 0B and FF. RGB value is (67,11,255). Sum of RGB (Red+Green+Blue) = 67+11+255=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #430BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430BFF is #BCF400. Grayscale: #363636. Windows color (decimal): -12383233 or 16714563. OLE color: 16714563.
HSL color Cylindrical-coordinate representation of color #430BFF: hue angle of 253.77º 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 #430BFF is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 11 | 255 | - |
| CMYK | 0.74 | 0.96 | 0 | 0 |
| HSL | 253.77º | 1% | 0.52% | - |
| HSV(B) | 253.77º | 0.96% | 1% | - |
| XYZ | 20.48 | 8.65 | 95.2 | - |
| YUV | 55.56 | 240.55 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 255 | 0.74 | 0.96 | 0 | 0 | 253.77 | 1 | 0.52 |
| Hex | 43 | B | FF | 4A | 60 | 0 | 0 | FE | 64 | 34 |
| Octal | 103 | 13 | 377 | 112 | 140 | 0 | 0 | 376 | 144 | 64 |
| Binary | 1000011 | 1011 | 11111111 | 1001010 | 1100000 | 0 | 0 | 11111110 | 1100100 | 110100 |
Color Harmonies of #430BFF
Complementary color
Monochromatic Colors of #430BFF
Black with #430BFF
Text Example
Text Example
White with #430BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BFF; }
p { color: rgb(67,11,255); }
H1.HeaderClassName
{
color: #430BFF;
}
.AnyTagClassName
{
color: #430BFF;
}
</style>
background-color css
<style>
a { background-color: #430BFF; }
a { background-color: rgb(67,11,255); }
div.DivClassName
{
background-color: #430BFF;
}
.BgClassName
{
background-color: #430BFF;
}
</style>
border-color css
<style>
span { border-color: #430BFF; }
span { border-color: rgb(67,11,255); }
td.TdClassName
{
border-color: #430BFF;
}
.TagClassName
{
border-color: #430BFF;
}
</style>