Shades of Han Purple #4300FA
Tints of Han Purple #4300FA
RGB
CMYK
RGB Variations
Color information
#4300FA (or 0x4300FA) is known color: Han Purple. HEX triplet: 43, 00 and FA. RGB value is (67,0,250). Sum of RGB (Red+Green+Blue) = 67+0+250=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #4300FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4300FA is #BCFF05. Grayscale: #2F2F2F. Windows color (decimal): -12386054 or 16384067. OLE color: 16384067.
HSL color Cylindrical-coordinate representation of color #4300FA: hue angle of 256.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300FA is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 0 | 250 | - |
| CMYK | 0.73 | 1 | 0 | 0.02 |
| HSL | 256.08º | 1% | 0.49% | - |
| HSV(B) | 256.08º | 1% | 0.98% | - |
| XYZ | 19.57 | 8.1 | 90.97 | - |
| YUV | 48.53 | 241.7 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 250 | 0.73 | 1 | 0 | 0.02 | 256.08 | 1 | 0.49 |
| Hex | 43 | 0 | FA | 49 | 64 | 0 | 2 | 100 | 64 | 31 |
| Octal | 103 | 0 | 372 | 111 | 144 | 0 | 2 | 400 | 144 | 61 |
| Binary | 1000011 | 0 | 11111010 | 1001001 | 1100100 | 0 | 10 | 100000000 | 1100100 | 110001 |
Color Harmonies of #4300FA
Complementary color
Monochromatic Colors of #4300FA
Black with #4300FA
Text Example
Text Example
White with #4300FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300FA; }
p { color: rgb(67,0,250); }
H1.HeaderClassName
{
color: #4300FA;
}
.AnyTagClassName
{
color: #4300FA;
}
</style>
background-color css
<style>
a { background-color: #4300FA; }
a { background-color: rgb(67,0,250); }
div.DivClassName
{
background-color: #4300FA;
}
.BgClassName
{
background-color: #4300FA;
}
</style>
border-color css
<style>
span { border-color: #4300FA; }
span { border-color: rgb(67,0,250); }
td.TdClassName
{
border-color: #4300FA;
}
.TagClassName
{
border-color: #4300FA;
}
</style>