Shades of Han Purple #430DFB
Tints of Han Purple #430DFB
RGB
CMYK
RGB Variations
Color information
#430DFB (or 0x430DFB) is known color: Han Purple. HEX triplet: 43, 0D and FB. RGB value is (67,13,251). Sum of RGB (Red+Green+Blue) = 67+13+251=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #430DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DFB is #BCF204. Grayscale: #373737. Windows color (decimal): -12382725 or 16452931. OLE color: 16452931.
HSL color Cylindrical-coordinate representation of color #430DFB: hue angle of 253.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430DFB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 13 | 251 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.02 |
| HSL | 253.61º | 0.97% | 0.52% | - |
| HSV(B) | 253.61º | 0.95% | 0.98% | - |
| XYZ | 19.87 | 8.45 | 91.85 | - |
| YUV | 56.28 | 237.89 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 251 | 0.73 | 0.95 | 0 | 0.02 | 253.61 | 0.97 | 0.52 |
| Hex | 43 | D | FB | 49 | 5F | 0 | 2 | FE | 61 | 34 |
| Octal | 103 | 15 | 373 | 111 | 137 | 0 | 2 | 376 | 141 | 64 |
| Binary | 1000011 | 1101 | 11111011 | 1001001 | 1011111 | 0 | 10 | 11111110 | 1100001 | 110100 |
Color Harmonies of #430DFB
Complementary color
Monochromatic Colors of #430DFB
Black with #430DFB
Text Example
Text Example
White with #430DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DFB; }
p { color: rgb(67,13,251); }
H1.HeaderClassName
{
color: #430DFB;
}
.AnyTagClassName
{
color: #430DFB;
}
</style>
background-color css
<style>
a { background-color: #430DFB; }
a { background-color: rgb(67,13,251); }
div.DivClassName
{
background-color: #430DFB;
}
.BgClassName
{
background-color: #430DFB;
}
</style>
border-color css
<style>
span { border-color: #430DFB; }
span { border-color: rgb(67,13,251); }
td.TdClassName
{
border-color: #430DFB;
}
.TagClassName
{
border-color: #430DFB;
}
</style>