Shades of Han Purple #4308FF
Tints of Han Purple #4308FF
RGB
CMYK
RGB Variations
Color information
#4308FF (or 0x4308FF) is known color: Han Purple. HEX triplet: 43, 08 and FF. RGB value is (67,8,255). Sum of RGB (Red+Green+Blue) = 67+8+255=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #4308FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4308FF is #BCF700. Grayscale: #343434. Windows color (decimal): -12384001 or 16713795. OLE color: 16713795.
HSL color Cylindrical-coordinate representation of color #4308FF: hue angle of 254.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4308FF is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 8 | 255 | - |
| CMYK | 0.74 | 0.97 | 0 | 0 |
| HSL | 254.33º | 1% | 0.52% | - |
| HSV(B) | 254.33º | 0.97% | 1% | - |
| XYZ | 20.45 | 8.59 | 95.19 | - |
| YUV | 53.8 | 241.55 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 255 | 0.74 | 0.97 | 0 | 0 | 254.33 | 1 | 0.52 |
| Hex | 43 | 8 | FF | 4A | 61 | 0 | 0 | FE | 64 | 34 |
| Octal | 103 | 10 | 377 | 112 | 141 | 0 | 0 | 376 | 144 | 64 |
| Binary | 1000011 | 1000 | 11111111 | 1001010 | 1100001 | 0 | 0 | 11111110 | 1100100 | 110100 |
Color Harmonies of #4308FF
Complementary color
Monochromatic Colors of #4308FF
Black with #4308FF
Text Example
Text Example
White with #4308FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4308FF; }
p { color: rgb(67,8,255); }
H1.HeaderClassName
{
color: #4308FF;
}
.AnyTagClassName
{
color: #4308FF;
}
</style>
background-color css
<style>
a { background-color: #4308FF; }
a { background-color: rgb(67,8,255); }
div.DivClassName
{
background-color: #4308FF;
}
.BgClassName
{
background-color: #4308FF;
}
</style>
border-color css
<style>
span { border-color: #4308FF; }
span { border-color: rgb(67,8,255); }
td.TdClassName
{
border-color: #4308FF;
}
.TagClassName
{
border-color: #4308FF;
}
</style>