Shades of Han Purple #3000E2
Tints of Han Purple #3000E2
RGB
CMYK
RGB Variations
Color information
#3000E2 (or 0x3000E2) is known color: Han Purple. HEX triplet: 30, 00 and E2. RGB value is (48,0,226). Sum of RGB (Red+Green+Blue) = 48+0+226=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 226 (88.67% from 255 or 82.48% from 274); Max value from RGB is 226 - color contains mainly: blue. Hex color #3000E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000E2 is #CFFF1D. Grayscale: #272727. Windows color (decimal): -13631262 or 14811184. OLE color: 14811184.
HSL color Cylindrical-coordinate representation of color #3000E2: hue angle of 252.74º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000E2 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 0 | 226 | - |
| CMYK | 0.79 | 1 | 0 | 0.11 |
| HSL | 252.74º | 1% | 0.44% | - |
| HSV(B) | 252.74º | 1% | 0.89% | - |
| XYZ | 14.95 | 6.12 | 72.34 | - |
| YUV | 40.12 | 232.9 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 226 | 0.79 | 1 | 0 | 0.11 | 252.74 | 1 | 0.44 |
| Hex | 30 | 0 | E2 | 4F | 64 | 0 | B | FD | 64 | 2C |
| Octal | 60 | 0 | 342 | 117 | 144 | 0 | 13 | 375 | 144 | 54 |
| Binary | 110000 | 0 | 11100010 | 1001111 | 1100100 | 0 | 1011 | 11111101 | 1100100 | 101100 |
Color Harmonies of #3000E2
Complementary color
Monochromatic Colors of #3000E2
Black with #3000E2
Text Example
Text Example
White with #3000E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000E2; }
p { color: rgb(48,0,226); }
H1.HeaderClassName
{
color: #3000E2;
}
.AnyTagClassName
{
color: #3000E2;
}
</style>
background-color css
<style>
a { background-color: #3000E2; }
a { background-color: rgb(48,0,226); }
div.DivClassName
{
background-color: #3000E2;
}
.BgClassName
{
background-color: #3000E2;
}
</style>
border-color css
<style>
span { border-color: #3000E2; }
span { border-color: rgb(48,0,226); }
td.TdClassName
{
border-color: #3000E2;
}
.TagClassName
{
border-color: #3000E2;
}
</style>