Shades of Han Purple #430DFD
Tints of Han Purple #430DFD
RGB
CMYK
RGB Variations
Color information
#430DFD (or 0x430DFD) is known color: Han Purple. HEX triplet: 43, 0D and FD. RGB value is (67,13,253). Sum of RGB (Red+Green+Blue) = 67+13+253=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #430DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DFD is #BCF202. Grayscale: #373737. Windows color (decimal): -12382723 or 16584003. OLE color: 16584003.
HSL color Cylindrical-coordinate representation of color #430DFD: hue angle of 253.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430DFD is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 13 | 253 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.01 |
| HSL | 253.5º | 0.98% | 0.52% | - |
| HSV(B) | 253.5º | 0.95% | 0.99% | - |
| XYZ | 20.19 | 8.57 | 93.52 | - |
| YUV | 56.51 | 238.89 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 253 | 0.74 | 0.95 | 0 | 0.01 | 253.5 | 0.98 | 0.52 |
| Hex | 43 | D | FD | 4A | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 103 | 15 | 375 | 112 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000011 | 1101 | 11111101 | 1001010 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #430DFD
Complementary color
Monochromatic Colors of #430DFD
Black with #430DFD
Text Example
Text Example
White with #430DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DFD; }
p { color: rgb(67,13,253); }
H1.HeaderClassName
{
color: #430DFD;
}
.AnyTagClassName
{
color: #430DFD;
}
</style>
background-color css
<style>
a { background-color: #430DFD; }
a { background-color: rgb(67,13,253); }
div.DivClassName
{
background-color: #430DFD;
}
.BgClassName
{
background-color: #430DFD;
}
</style>
border-color css
<style>
span { border-color: #430DFD; }
span { border-color: rgb(67,13,253); }
td.TdClassName
{
border-color: #430DFD;
}
.TagClassName
{
border-color: #430DFD;
}
</style>