Shades of Han Purple #430BFD
Tints of Han Purple #430BFD
RGB
CMYK
RGB Variations
Color information
#430BFD (or 0x430BFD) is known color: Han Purple. HEX triplet: 43, 0B and FD. RGB value is (67,11,253). Sum of RGB (Red+Green+Blue) = 67+11+253=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #430BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430BFD is #BCF402. Grayscale: #363636. Windows color (decimal): -12383235 or 16583491. OLE color: 16583491.
HSL color Cylindrical-coordinate representation of color #430BFD: hue angle of 253.88º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430BFD is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 11 | 253 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.01 |
| HSL | 253.88º | 0.98% | 0.52% | - |
| HSV(B) | 253.88º | 0.96% | 0.99% | - |
| XYZ | 20.16 | 8.52 | 93.51 | - |
| YUV | 55.33 | 239.55 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 253 | 0.74 | 0.96 | 0 | 0.01 | 253.88 | 0.98 | 0.52 |
| Hex | 43 | B | FD | 4A | 60 | 0 | 1 | FE | 62 | 34 |
| Octal | 103 | 13 | 375 | 112 | 140 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000011 | 1011 | 11111101 | 1001010 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #430BFD
Complementary color
Monochromatic Colors of #430BFD
Black with #430BFD
Text Example
Text Example
White with #430BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BFD; }
p { color: rgb(67,11,253); }
H1.HeaderClassName
{
color: #430BFD;
}
.AnyTagClassName
{
color: #430BFD;
}
</style>
background-color css
<style>
a { background-color: #430BFD; }
a { background-color: rgb(67,11,253); }
div.DivClassName
{
background-color: #430BFD;
}
.BgClassName
{
background-color: #430BFD;
}
</style>
border-color css
<style>
span { border-color: #430BFD; }
span { border-color: rgb(67,11,253); }
td.TdClassName
{
border-color: #430BFD;
}
.TagClassName
{
border-color: #430BFD;
}
</style>