Shades of Han Purple #3026FF
Tints of Han Purple #3026FF
RGB
CMYK
RGB Variations
Color information
#3026FF (or 0x3026FF) is known color: Han Purple. HEX triplet: 30, 26 and FF. RGB value is (48,38,255). Sum of RGB (Red+Green+Blue) = 48+38+255=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #3026FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3026FF is #CFD900. Grayscale: #404040. Windows color (decimal): -13621505 or 16721456. OLE color: 16721456.
HSL color Cylindrical-coordinate representation of color #3026FF: hue angle of 242.76º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3026FF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 38 | 255 | - |
| CMYK | 0.81 | 0.85 | 0 | 0 |
| HSL | 242.77º | 1% | 0.57% | - |
| HSV(B) | 242.77º | 0.85% | 1% | - |
| XYZ | 19.96 | 9.23 | 95.34 | - |
| YUV | 65.73 | 234.81 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 255 | 0.81 | 0.85 | 0 | 0 | 242.77 | 1 | 0.57 |
| Hex | 30 | 26 | FF | 51 | 55 | 0 | 0 | F3 | 64 | 39 |
| Octal | 60 | 46 | 377 | 121 | 125 | 0 | 0 | 363 | 144 | 71 |
| Binary | 110000 | 100110 | 11111111 | 1010001 | 1010101 | 0 | 0 | 11110011 | 1100100 | 111001 |
Color Harmonies of #3026FF
Complementary color
Monochromatic Colors of #3026FF
Black with #3026FF
Text Example
Text Example
White with #3026FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3026FF; }
p { color: rgb(48,38,255); }
H1.HeaderClassName
{
color: #3026FF;
}
.AnyTagClassName
{
color: #3026FF;
}
</style>
background-color css
<style>
a { background-color: #3026FF; }
a { background-color: rgb(48,38,255); }
div.DivClassName
{
background-color: #3026FF;
}
.BgClassName
{
background-color: #3026FF;
}
</style>
border-color css
<style>
span { border-color: #3026FF; }
span { border-color: rgb(48,38,255); }
td.TdClassName
{
border-color: #3026FF;
}
.TagClassName
{
border-color: #3026FF;
}
</style>