Shades of Han Purple #4300FD
Tints of Han Purple #4300FD
RGB
CMYK
RGB Variations
Color information
#4300FD (or 0x4300FD) is known color: Han Purple. HEX triplet: 43, 00 and FD. RGB value is (67,0,253). Sum of RGB (Red+Green+Blue) = 67+0+253=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #4300FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4300FD is #BCFF02. Grayscale: #2F2F2F. Windows color (decimal): -12386051 or 16580675. OLE color: 16580675.
HSL color Cylindrical-coordinate representation of color #4300FD: hue angle of 255.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300FD is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 0 | 253 | - |
| CMYK | 0.74 | 1 | 0 | 0.01 |
| HSL | 255.89º | 1% | 0.5% | - |
| HSV(B) | 255.89º | 1% | 0.99% | - |
| XYZ | 20.04 | 8.29 | 93.47 | - |
| YUV | 48.88 | 243.2 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 253 | 0.74 | 1 | 0 | 0.01 | 255.89 | 1 | 0.5 |
| Hex | 43 | 0 | FD | 4A | 64 | 0 | 1 | 100 | 64 | 32 |
| Octal | 103 | 0 | 375 | 112 | 144 | 0 | 1 | 400 | 144 | 62 |
| Binary | 1000011 | 0 | 11111101 | 1001010 | 1100100 | 0 | 1 | 100000000 | 1100100 | 110010 |
Color Harmonies of #4300FD
Complementary color
Monochromatic Colors of #4300FD
Black with #4300FD
Text Example
Text Example
White with #4300FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300FD; }
p { color: rgb(67,0,253); }
H1.HeaderClassName
{
color: #4300FD;
}
.AnyTagClassName
{
color: #4300FD;
}
</style>
background-color css
<style>
a { background-color: #4300FD; }
a { background-color: rgb(67,0,253); }
div.DivClassName
{
background-color: #4300FD;
}
.BgClassName
{
background-color: #4300FD;
}
</style>
border-color css
<style>
span { border-color: #4300FD; }
span { border-color: rgb(67,0,253); }
td.TdClassName
{
border-color: #4300FD;
}
.TagClassName
{
border-color: #4300FD;
}
</style>