Shades of Han Purple #4330FA
Tints of Han Purple #4330FA
RGB
CMYK
RGB Variations
Color information
#4330FA (or 0x4330FA) is known color: Han Purple. HEX triplet: 43, 30 and FA. RGB value is (67,48,250). Sum of RGB (Red+Green+Blue) = 67+48+250=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #4330FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4330FA is #BCCF05. Grayscale: #4B4B4B. Windows color (decimal): -12373766 or 16396355. OLE color: 16396355.
HSL color Cylindrical-coordinate representation of color #4330FA: hue angle of 245.64º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4330FA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 48 | 250 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.02 |
| HSL | 245.64º | 0.95% | 0.58% | - |
| HSV(B) | 245.64º | 0.81% | 0.98% | - |
| XYZ | 20.63 | 10.21 | 91.33 | - |
| YUV | 76.71 | 225.79 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 250 | 0.73 | 0.81 | 0 | 0.02 | 245.64 | 0.95 | 0.58 |
| Hex | 43 | 30 | FA | 49 | 51 | 0 | 2 | F6 | 5F | 3A |
| Octal | 103 | 60 | 372 | 111 | 121 | 0 | 2 | 366 | 137 | 72 |
| Binary | 1000011 | 110000 | 11111010 | 1001001 | 1010001 | 0 | 10 | 11110110 | 1011111 | 111010 |
Color Harmonies of #4330FA
Complementary color
Monochromatic Colors of #4330FA
Black with #4330FA
Text Example
Text Example
White with #4330FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4330FA; }
p { color: rgb(67,48,250); }
H1.HeaderClassName
{
color: #4330FA;
}
.AnyTagClassName
{
color: #4330FA;
}
</style>
background-color css
<style>
a { background-color: #4330FA; }
a { background-color: rgb(67,48,250); }
div.DivClassName
{
background-color: #4330FA;
}
.BgClassName
{
background-color: #4330FA;
}
</style>
border-color css
<style>
span { border-color: #4330FA; }
span { border-color: rgb(67,48,250); }
td.TdClassName
{
border-color: #4330FA;
}
.TagClassName
{
border-color: #4330FA;
}
</style>