Shades of Han Purple #4301FD
Tints of Han Purple #4301FD
RGB
CMYK
RGB Variations
Color information
#4301FD (or 0x4301FD) is known color: Han Purple. HEX triplet: 43, 01 and FD. RGB value is (67,1,253). Sum of RGB (Red+Green+Blue) = 67+1+253=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #4301FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4301FD is #BCFE02. Grayscale: #303030. Windows color (decimal): -12385795 or 16580931. OLE color: 16580931.
HSL color Cylindrical-coordinate representation of color #4301FD: hue angle of 255.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4301FD is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 1 | 253 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.01 |
| HSL | 255.71º | 0.99% | 0.5% | - |
| HSV(B) | 255.71º | 1% | 0.99% | - |
| XYZ | 20.06 | 8.31 | 93.47 | - |
| YUV | 49.46 | 242.87 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 253 | 0.74 | 1.00 | 0 | 0.01 | 255.71 | 0.99 | 0.5 |
| Hex | 43 | 1 | FD | 4A | 64 | 0 | 1 | 100 | 63 | 32 |
| Octal | 103 | 1 | 375 | 112 | 144 | 0 | 1 | 400 | 143 | 62 |
| Binary | 1000011 | 1 | 11111101 | 1001010 | 1100100 | 0 | 1 | 100000000 | 1100011 | 110010 |
Color Harmonies of #4301FD
Complementary color
Monochromatic Colors of #4301FD
Black with #4301FD
Text Example
Text Example
White with #4301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4301FD; }
p { color: rgb(67,1,253); }
H1.HeaderClassName
{
color: #4301FD;
}
.AnyTagClassName
{
color: #4301FD;
}
</style>
background-color css
<style>
a { background-color: #4301FD; }
a { background-color: rgb(67,1,253); }
div.DivClassName
{
background-color: #4301FD;
}
.BgClassName
{
background-color: #4301FD;
}
</style>
border-color css
<style>
span { border-color: #4301FD; }
span { border-color: rgb(67,1,253); }
td.TdClassName
{
border-color: #4301FD;
}
.TagClassName
{
border-color: #4301FD;
}
</style>