Shades of Han Purple #431AEA
Tints of Han Purple #431AEA
RGB
CMYK
RGB Variations
Color information
#431AEA (or 0x431AEA) is known color: Han Purple. HEX triplet: 43, 1A and EA. RGB value is (67,26,234). Sum of RGB (Red+Green+Blue) = 67+26+234=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #431AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431AEA is #BCE515. Grayscale: #3D3D3D. Windows color (decimal): -12379414 or 15342147. OLE color: 15342147.
HSL color Cylindrical-coordinate representation of color #431AEA: hue angle of 251.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431AEA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 26 | 234 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.08 |
| HSL | 251.83º | 0.83% | 0.51% | - |
| HSV(B) | 251.83º | 0.89% | 0.92% | - |
| XYZ | 17.54 | 7.87 | 78.44 | - |
| YUV | 61.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 234 | 0.71 | 0.89 | 0 | 0.08 | 251.83 | 0.83 | 0.51 |
| Hex | 43 | 1A | EA | 47 | 59 | 0 | 8 | FC | 53 | 33 |
| Octal | 103 | 32 | 352 | 107 | 131 | 0 | 10 | 374 | 123 | 63 |
| Binary | 1000011 | 11010 | 11101010 | 1000111 | 1011001 | 0 | 1000 | 11111100 | 1010011 | 110011 |
Color Harmonies of #431AEA
Complementary color
Monochromatic Colors of #431AEA
Black with #431AEA
Text Example
Text Example
White with #431AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431AEA; }
p { color: rgb(67,26,234); }
H1.HeaderClassName
{
color: #431AEA;
}
.AnyTagClassName
{
color: #431AEA;
}
</style>
background-color css
<style>
a { background-color: #431AEA; }
a { background-color: rgb(67,26,234); }
div.DivClassName
{
background-color: #431AEA;
}
.BgClassName
{
background-color: #431AEA;
}
</style>
border-color css
<style>
span { border-color: #431AEA; }
span { border-color: rgb(67,26,234); }
td.TdClassName
{
border-color: #431AEA;
}
.TagClassName
{
border-color: #431AEA;
}
</style>