Shades of Han Purple #4308F1
Tints of Han Purple #4308F1
RGB
CMYK
RGB Variations
Color information
#4308F1 (or 0x4308F1) is known color: Han Purple. HEX triplet: 43, 08 and F1. RGB value is (67,8,241). Sum of RGB (Red+Green+Blue) = 67+8+241=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 241 (94.53% from 255 or 76.27% from 316); Max value from RGB is 241 - color contains mainly: blue. Hex color #4308F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4308F1 is #BCF70E. Grayscale: #333333. Windows color (decimal): -12384015 or 15796291. OLE color: 15796291.
HSL color Cylindrical-coordinate representation of color #4308F1: hue angle of 255.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4308F1 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 8 | 241 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.05 |
| HSL | 255.19º | 0.94% | 0.49% | - |
| HSV(B) | 255.19º | 0.97% | 0.95% | - |
| XYZ | 18.28 | 7.72 | 83.75 | - |
| YUV | 52.2 | 234.55 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 241 | 0.72 | 0.97 | 0 | 0.05 | 255.19 | 0.94 | 0.49 |
| Hex | 43 | 8 | F1 | 48 | 61 | 0 | 5 | FF | 5E | 31 |
| Octal | 103 | 10 | 361 | 110 | 141 | 0 | 5 | 377 | 136 | 61 |
| Binary | 1000011 | 1000 | 11110001 | 1001000 | 1100001 | 0 | 101 | 11111111 | 1011110 | 110001 |
Color Harmonies of #4308F1
Complementary color
Monochromatic Colors of #4308F1
Black with #4308F1
Text Example
Text Example
White with #4308F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4308F1; }
p { color: rgb(67,8,241); }
H1.HeaderClassName
{
color: #4308F1;
}
.AnyTagClassName
{
color: #4308F1;
}
</style>
background-color css
<style>
a { background-color: #4308F1; }
a { background-color: rgb(67,8,241); }
div.DivClassName
{
background-color: #4308F1;
}
.BgClassName
{
background-color: #4308F1;
}
</style>
border-color css
<style>
span { border-color: #4308F1; }
span { border-color: rgb(67,8,241); }
td.TdClassName
{
border-color: #4308F1;
}
.TagClassName
{
border-color: #4308F1;
}
</style>