Shades of Han Purple #3023F2
Tints of Han Purple #3023F2
RGB
CMYK
RGB Variations
Color information
#3023F2 (or 0x3023F2) is known color: Han Purple. HEX triplet: 30, 23 and F2. RGB value is (48,35,242). Sum of RGB (Red+Green+Blue) = 48+35+242=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 242 (94.92% from 255 or 74.46% from 325); Max value from RGB is 242 - color contains mainly: blue. Hex color #3023F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3023F2 is #CFDC0D. Grayscale: #3D3D3D. Windows color (decimal): -13622286 or 15868720. OLE color: 15868720.
HSL color Cylindrical-coordinate representation of color #3023F2: hue angle of 243.77º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3023F2 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 35 | 242 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.05 |
| HSL | 243.77º | 0.89% | 0.54% | - |
| HSV(B) | 243.77º | 0.86% | 0.95% | - |
| XYZ | 17.85 | 8.24 | 84.65 | - |
| YUV | 62.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 242 | 0.80 | 0.86 | 0 | 0.05 | 243.77 | 0.89 | 0.54 |
| Hex | 30 | 23 | F2 | 50 | 56 | 0 | 5 | F4 | 59 | 36 |
| Octal | 60 | 43 | 362 | 120 | 126 | 0 | 5 | 364 | 131 | 66 |
| Binary | 110000 | 100011 | 11110010 | 1010000 | 1010110 | 0 | 101 | 11110100 | 1011001 | 110110 |
Color Harmonies of #3023F2
Complementary color
Monochromatic Colors of #3023F2
Black with #3023F2
Text Example
Text Example
White with #3023F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3023F2; }
p { color: rgb(48,35,242); }
H1.HeaderClassName
{
color: #3023F2;
}
.AnyTagClassName
{
color: #3023F2;
}
</style>
background-color css
<style>
a { background-color: #3023F2; }
a { background-color: rgb(48,35,242); }
div.DivClassName
{
background-color: #3023F2;
}
.BgClassName
{
background-color: #3023F2;
}
</style>
border-color css
<style>
span { border-color: #3023F2; }
span { border-color: rgb(48,35,242); }
td.TdClassName
{
border-color: #3023F2;
}
.TagClassName
{
border-color: #3023F2;
}
</style>