Shades of Han Purple #4326FF
Tints of Han Purple #4326FF
RGB
CMYK
RGB Variations
Color information
#4326FF (or 0x4326FF) is known color: Han Purple. HEX triplet: 43, 26 and FF. RGB value is (67,38,255). Sum of RGB (Red+Green+Blue) = 67+38+255=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #4326FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4326FF is #BCD900. Grayscale: #464646. Windows color (decimal): -12376321 or 16721475. OLE color: 16721475.
HSL color Cylindrical-coordinate representation of color #4326FF: hue angle of 248.02º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4326FF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 38 | 255 | - |
| CMYK | 0.74 | 0.85 | 0 | 0 |
| HSL | 248.02º | 1% | 0.57% | - |
| HSV(B) | 248.02º | 0.85% | 1% | - |
| XYZ | 21.06 | 9.8 | 95.39 | - |
| YUV | 71.41 | 231.61 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 255 | 0.74 | 0.85 | 0 | 0 | 248.02 | 1 | 0.57 |
| Hex | 43 | 26 | FF | 4A | 55 | 0 | 0 | F8 | 64 | 39 |
| Octal | 103 | 46 | 377 | 112 | 125 | 0 | 0 | 370 | 144 | 71 |
| Binary | 1000011 | 100110 | 11111111 | 1001010 | 1010101 | 0 | 0 | 11111000 | 1100100 | 111001 |
Color Harmonies of #4326FF
Complementary color
Monochromatic Colors of #4326FF
Black with #4326FF
Text Example
Text Example
White with #4326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326FF; }
p { color: rgb(67,38,255); }
H1.HeaderClassName
{
color: #4326FF;
}
.AnyTagClassName
{
color: #4326FF;
}
</style>
background-color css
<style>
a { background-color: #4326FF; }
a { background-color: rgb(67,38,255); }
div.DivClassName
{
background-color: #4326FF;
}
.BgClassName
{
background-color: #4326FF;
}
</style>
border-color css
<style>
span { border-color: #4326FF; }
span { border-color: rgb(67,38,255); }
td.TdClassName
{
border-color: #4326FF;
}
.TagClassName
{
border-color: #4326FF;
}
</style>