Shades of Han Purple #3000DE
Tints of Han Purple #3000DE
RGB
CMYK
RGB Variations
Color information
#3000DE (or 0x3000DE) is known color: Han Purple. HEX triplet: 30, 00 and DE. RGB value is (48,0,222). Sum of RGB (Red+Green+Blue) = 48+0+222=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #3000DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000DE is #CFFF21. Grayscale: #262626. Windows color (decimal): -13631266 or 14549040. OLE color: 14549040.
HSL color Cylindrical-coordinate representation of color #3000DE: hue angle of 252.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000DE is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 0 | 222 | - |
| CMYK | 0.78 | 1 | 0 | 0.13 |
| HSL | 252.97º | 1% | 0.44% | - |
| HSV(B) | 252.97º | 1% | 0.87% | - |
| XYZ | 14.4 | 5.9 | 69.49 | - |
| YUV | 39.66 | 230.9 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 222 | 0.78 | 1 | 0 | 0.13 | 252.97 | 1 | 0.44 |
| Hex | 30 | 0 | DE | 4E | 64 | 0 | D | FD | 64 | 2C |
| Octal | 60 | 0 | 336 | 116 | 144 | 0 | 15 | 375 | 144 | 54 |
| Binary | 110000 | 0 | 11011110 | 1001110 | 1100100 | 0 | 1101 | 11111101 | 1100100 | 101100 |
Color Harmonies of #3000DE
Complementary color
Monochromatic Colors of #3000DE
Black with #3000DE
Text Example
Text Example
White with #3000DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000DE; }
p { color: rgb(48,0,222); }
H1.HeaderClassName
{
color: #3000DE;
}
.AnyTagClassName
{
color: #3000DE;
}
</style>
background-color css
<style>
a { background-color: #3000DE; }
a { background-color: rgb(48,0,222); }
div.DivClassName
{
background-color: #3000DE;
}
.BgClassName
{
background-color: #3000DE;
}
</style>
border-color css
<style>
span { border-color: #3000DE; }
span { border-color: rgb(48,0,222); }
td.TdClassName
{
border-color: #3000DE;
}
.TagClassName
{
border-color: #3000DE;
}
</style>