Shades of Han Purple #4311FB
Tints of Han Purple #4311FB
RGB
CMYK
RGB Variations
Color information
#4311FB (or 0x4311FB) is known color: Han Purple. HEX triplet: 43, 11 and FB. RGB value is (67,17,251). Sum of RGB (Red+Green+Blue) = 67+17+251=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #4311FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4311FB is #BCEE04. Grayscale: #393939. Windows color (decimal): -12381701 or 16453955. OLE color: 16453955.
HSL color Cylindrical-coordinate representation of color #4311FB: hue angle of 252.82º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4311FB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 17 | 251 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.02 |
| HSL | 252.82º | 0.97% | 0.53% | - |
| HSV(B) | 252.82º | 0.93% | 0.98% | - |
| XYZ | 19.93 | 8.56 | 91.87 | - |
| YUV | 58.63 | 236.57 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 251 | 0.73 | 0.93 | 0 | 0.02 | 252.82 | 0.97 | 0.53 |
| Hex | 43 | 11 | FB | 49 | 5D | 0 | 2 | FD | 61 | 35 |
| Octal | 103 | 21 | 373 | 111 | 135 | 0 | 2 | 375 | 141 | 65 |
| Binary | 1000011 | 10001 | 11111011 | 1001001 | 1011101 | 0 | 10 | 11111101 | 1100001 | 110101 |
Color Harmonies of #4311FB
Complementary color
Monochromatic Colors of #4311FB
Black with #4311FB
Text Example
Text Example
White with #4311FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4311FB; }
p { color: rgb(67,17,251); }
H1.HeaderClassName
{
color: #4311FB;
}
.AnyTagClassName
{
color: #4311FB;
}
</style>
background-color css
<style>
a { background-color: #4311FB; }
a { background-color: rgb(67,17,251); }
div.DivClassName
{
background-color: #4311FB;
}
.BgClassName
{
background-color: #4311FB;
}
</style>
border-color css
<style>
span { border-color: #4311FB; }
span { border-color: rgb(67,17,251); }
td.TdClassName
{
border-color: #4311FB;
}
.TagClassName
{
border-color: #4311FB;
}
</style>