Shades of Han Purple #4326FA
Tints of Han Purple #4326FA
RGB
CMYK
RGB Variations
Color information
#4326FA (or 0x4326FA) is known color: Han Purple. HEX triplet: 43, 26 and FA. RGB value is (67,38,250). Sum of RGB (Red+Green+Blue) = 67+38+250=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #4326FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4326FA is #BCD905. Grayscale: #464646. Windows color (decimal): -12376326 or 16393795. OLE color: 16393795.
HSL color Cylindrical-coordinate representation of color #4326FA: hue angle of 248.21º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4326FA is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 38 | 250 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.02 |
| HSL | 248.21º | 0.95% | 0.56% | - |
| HSV(B) | 248.21º | 0.85% | 0.98% | - |
| XYZ | 20.26 | 9.48 | 91.2 | - |
| YUV | 70.84 | 229.11 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 250 | 0.73 | 0.85 | 0 | 0.02 | 248.21 | 0.95 | 0.56 |
| Hex | 43 | 26 | FA | 49 | 55 | 0 | 2 | F8 | 5F | 38 |
| Octal | 103 | 46 | 372 | 111 | 125 | 0 | 2 | 370 | 137 | 70 |
| Binary | 1000011 | 100110 | 11111010 | 1001001 | 1010101 | 0 | 10 | 11111000 | 1011111 | 111000 |
Color Harmonies of #4326FA
Complementary color
Monochromatic Colors of #4326FA
Black with #4326FA
Text Example
Text Example
White with #4326FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326FA; }
p { color: rgb(67,38,250); }
H1.HeaderClassName
{
color: #4326FA;
}
.AnyTagClassName
{
color: #4326FA;
}
</style>
background-color css
<style>
a { background-color: #4326FA; }
a { background-color: rgb(67,38,250); }
div.DivClassName
{
background-color: #4326FA;
}
.BgClassName
{
background-color: #4326FA;
}
</style>
border-color css
<style>
span { border-color: #4326FA; }
span { border-color: rgb(67,38,250); }
td.TdClassName
{
border-color: #4326FA;
}
.TagClassName
{
border-color: #4326FA;
}
</style>