Shades of Han Purple #431EEA
Tints of Han Purple #431EEA
RGB
CMYK
RGB Variations
Color information
#431EEA (or 0x431EEA) is known color: Han Purple. HEX triplet: 43, 1E and EA. RGB value is (67,30,234). Sum of RGB (Red+Green+Blue) = 67+30+234=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #431EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #431EEA is #BCE115. Grayscale: #3F3F3F. Windows color (decimal): -12378390 or 15343171. OLE color: 15343171.
HSL color Cylindrical-coordinate representation of color #431EEA: hue angle of 250.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431EEA is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 30 | 234 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.08 |
| HSL | 250.88º | 0.83% | 0.52% | - |
| HSV(B) | 250.88º | 0.87% | 0.92% | - |
| XYZ | 17.63 | 8.06 | 78.47 | - |
| YUV | 64.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 234 | 0.71 | 0.87 | 0 | 0.08 | 250.88 | 0.83 | 0.52 |
| Hex | 43 | 1E | EA | 47 | 57 | 0 | 8 | FB | 53 | 34 |
| Octal | 103 | 36 | 352 | 107 | 127 | 0 | 10 | 373 | 123 | 64 |
| Binary | 1000011 | 11110 | 11101010 | 1000111 | 1010111 | 0 | 1000 | 11111011 | 1010011 | 110100 |
Color Harmonies of #431EEA
Complementary color
Monochromatic Colors of #431EEA
Black with #431EEA
Text Example
Text Example
White with #431EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431EEA; }
p { color: rgb(67,30,234); }
H1.HeaderClassName
{
color: #431EEA;
}
.AnyTagClassName
{
color: #431EEA;
}
</style>
background-color css
<style>
a { background-color: #431EEA; }
a { background-color: rgb(67,30,234); }
div.DivClassName
{
background-color: #431EEA;
}
.BgClassName
{
background-color: #431EEA;
}
</style>
border-color css
<style>
span { border-color: #431EEA; }
span { border-color: rgb(67,30,234); }
td.TdClassName
{
border-color: #431EEA;
}
.TagClassName
{
border-color: #431EEA;
}
</style>