Shades of Han Purple #3023FE
Tints of Han Purple #3023FE
RGB
CMYK
RGB Variations
Color information
#3023FE (or 0x3023FE) is known color: Han Purple. HEX triplet: 30, 23 and FE. RGB value is (48,35,254). Sum of RGB (Red+Green+Blue) = 48+35+254=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #3023FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3023FE is #CFDC01. Grayscale: #3E3E3E. Windows color (decimal): -13622274 or 16655152. OLE color: 16655152.
HSL color Cylindrical-coordinate representation of color #3023FE: hue angle of 243.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3023FE is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 35 | 254 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.00 |
| HSL | 243.56º | 0.99% | 0.57% | - |
| HSV(B) | 243.56º | 0.86% | 1% | - |
| XYZ | 19.71 | 8.99 | 94.46 | - |
| YUV | 63.85 | 235.31 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 254 | 0.81 | 0.86 | 0 | 0.00 | 243.56 | 0.99 | 0.57 |
| Hex | 30 | 23 | FE | 51 | 56 | 0 | 0 | F4 | 63 | 39 |
| Octal | 60 | 43 | 376 | 121 | 126 | 0 | 0 | 364 | 143 | 71 |
| Binary | 110000 | 100011 | 11111110 | 1010001 | 1010110 | 0 | 0 | 11110100 | 1100011 | 111001 |
Color Harmonies of #3023FE
Complementary color
Monochromatic Colors of #3023FE
Black with #3023FE
Text Example
Text Example
White with #3023FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023FE; }
p { color: rgb(48,35,254); }
H1.HeaderClassName
{
color: #3023FE;
}
.AnyTagClassName
{
color: #3023FE;
}
</style>
background-color css
<style>
a { background-color: #3023FE; }
a { background-color: rgb(48,35,254); }
div.DivClassName
{
background-color: #3023FE;
}
.BgClassName
{
background-color: #3023FE;
}
</style>
border-color css
<style>
span { border-color: #3023FE; }
span { border-color: rgb(48,35,254); }
td.TdClassName
{
border-color: #3023FE;
}
.TagClassName
{
border-color: #3023FE;
}
</style>