Shades of Han Purple #4306FF
Tints of Han Purple #4306FF
RGB
CMYK
RGB Variations
Color information
#4306FF (or 0x4306FF) is known color: Han Purple. HEX triplet: 43, 06 and FF. RGB value is (67,6,255). Sum of RGB (Red+Green+Blue) = 67+6+255=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #4306FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4306FF is #BCF900. Grayscale: #333333. Windows color (decimal): -12384513 or 16713283. OLE color: 16713283.
HSL color Cylindrical-coordinate representation of color #4306FF: hue angle of 254.7º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4306FF is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 6 | 255 | - |
| CMYK | 0.74 | 0.98 | 0 | 0 |
| HSL | 254.7º | 1% | 0.51% | - |
| HSV(B) | 254.7º | 0.98% | 1% | - |
| XYZ | 20.43 | 8.54 | 95.18 | - |
| YUV | 52.63 | 242.21 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 255 | 0.74 | 0.98 | 0 | 0 | 254.7 | 1 | 0.51 |
| Hex | 43 | 6 | FF | 4A | 62 | 0 | 0 | FF | 64 | 33 |
| Octal | 103 | 6 | 377 | 112 | 142 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000011 | 110 | 11111111 | 1001010 | 1100010 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4306FF
Complementary color
Monochromatic Colors of #4306FF
Black with #4306FF
Text Example
Text Example
White with #4306FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4306FF; }
p { color: rgb(67,6,255); }
H1.HeaderClassName
{
color: #4306FF;
}
.AnyTagClassName
{
color: #4306FF;
}
</style>
background-color css
<style>
a { background-color: #4306FF; }
a { background-color: rgb(67,6,255); }
div.DivClassName
{
background-color: #4306FF;
}
.BgClassName
{
background-color: #4306FF;
}
</style>
border-color css
<style>
span { border-color: #4306FF; }
span { border-color: rgb(67,6,255); }
td.TdClassName
{
border-color: #4306FF;
}
.TagClassName
{
border-color: #4306FF;
}
</style>