Shades of Han Purple #4318FF
Tints of Han Purple #4318FF
RGB
CMYK
RGB Variations
Color information
#4318FF (or 0x4318FF) is known color: Han Purple. HEX triplet: 43, 18 and FF. RGB value is (67,24,255). Sum of RGB (Red+Green+Blue) = 67+24+255=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4318FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4318FF is #BCE700. Grayscale: #3E3E3E. Windows color (decimal): -12379905 or 16717891. OLE color: 16717891.
HSL color Cylindrical-coordinate representation of color #4318FF: hue angle of 251.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4318FF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 24 | 255 | - |
| CMYK | 0.74 | 0.91 | 0 | 0 |
| HSL | 251.17º | 1% | 0.55% | - |
| HSV(B) | 251.17º | 0.91% | 1% | - |
| XYZ | 20.69 | 9.07 | 95.27 | - |
| YUV | 63.19 | 236.25 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 255 | 0.74 | 0.91 | 0 | 0 | 251.17 | 1 | 0.55 |
| Hex | 43 | 18 | FF | 4A | 5B | 0 | 0 | FB | 64 | 37 |
| Octal | 103 | 30 | 377 | 112 | 133 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000011 | 11000 | 11111111 | 1001010 | 1011011 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #4318FF
Complementary color
Monochromatic Colors of #4318FF
Black with #4318FF
Text Example
Text Example
White with #4318FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318FF; }
p { color: rgb(67,24,255); }
H1.HeaderClassName
{
color: #4318FF;
}
.AnyTagClassName
{
color: #4318FF;
}
</style>
background-color css
<style>
a { background-color: #4318FF; }
a { background-color: rgb(67,24,255); }
div.DivClassName
{
background-color: #4318FF;
}
.BgClassName
{
background-color: #4318FF;
}
</style>
border-color css
<style>
span { border-color: #4318FF; }
span { border-color: rgb(67,24,255); }
td.TdClassName
{
border-color: #4318FF;
}
.TagClassName
{
border-color: #4318FF;
}
</style>