Shades of Han Purple #431EFC
Tints of Han Purple #431EFC
RGB
CMYK
RGB Variations
Color information
#431EFC (or 0x431EFC) is known color: Han Purple. HEX triplet: 43, 1E and FC. RGB value is (67,30,252). Sum of RGB (Red+Green+Blue) = 67+30+252=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #431EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EFC is #BCE103. Grayscale: #414141. Windows color (decimal): -12378372 or 16522819. OLE color: 16522819.
HSL color Cylindrical-coordinate representation of color #431EFC: hue angle of 250º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431EFC is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 30 | 252 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.01 |
| HSL | 250º | 0.97% | 0.55% | - |
| HSV(B) | 250º | 0.88% | 0.99% | - |
| XYZ | 20.35 | 9.15 | 92.79 | - |
| YUV | 66.37 | 232.76 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 252 | 0.73 | 0.88 | 0 | 0.01 | 250 | 0.97 | 0.55 |
| Hex | 43 | 1E | FC | 49 | 58 | 0 | 1 | FA | 61 | 37 |
| Octal | 103 | 36 | 374 | 111 | 130 | 0 | 1 | 372 | 141 | 67 |
| Binary | 1000011 | 11110 | 11111100 | 1001001 | 1011000 | 0 | 1 | 11111010 | 1100001 | 110111 |
Color Harmonies of #431EFC
Complementary color
Monochromatic Colors of #431EFC
Black with #431EFC
Text Example
Text Example
White with #431EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EFC; }
p { color: rgb(67,30,252); }
H1.HeaderClassName
{
color: #431EFC;
}
.AnyTagClassName
{
color: #431EFC;
}
</style>
background-color css
<style>
a { background-color: #431EFC; }
a { background-color: rgb(67,30,252); }
div.DivClassName
{
background-color: #431EFC;
}
.BgClassName
{
background-color: #431EFC;
}
</style>
border-color css
<style>
span { border-color: #431EFC; }
span { border-color: rgb(67,30,252); }
td.TdClassName
{
border-color: #431EFC;
}
.TagClassName
{
border-color: #431EFC;
}
</style>