Shades of Han Purple #3000DD
Tints of Han Purple #3000DD
RGB
CMYK
RGB Variations
Color information
#3000DD (or 0x3000DD) is known color: Han Purple. HEX triplet: 30, 00 and DD. RGB value is (48,0,221). Sum of RGB (Red+Green+Blue) = 48+0+221=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #3000DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3000DD is #CFFF22. Grayscale: #262626. Windows color (decimal): -13631267 or 14483504. OLE color: 14483504.
HSL color Cylindrical-coordinate representation of color #3000DD: hue angle of 253.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000DD is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 0 | 221 | - |
| CMYK | 0.78 | 1 | 0 | 0.13 |
| HSL | 253.03º | 1% | 0.43% | - |
| HSV(B) | 253.03º | 1% | 0.87% | - |
| XYZ | 14.27 | 5.85 | 68.78 | - |
| YUV | 39.55 | 230.4 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 221 | 0.78 | 1 | 0 | 0.13 | 253.03 | 1 | 0.43 |
| Hex | 30 | 0 | DD | 4E | 64 | 0 | D | FD | 64 | 2B |
| Octal | 60 | 0 | 335 | 116 | 144 | 0 | 15 | 375 | 144 | 53 |
| Binary | 110000 | 0 | 11011101 | 1001110 | 1100100 | 0 | 1101 | 11111101 | 1100100 | 101011 |
Color Harmonies of #3000DD
Complementary color
Monochromatic Colors of #3000DD
Black with #3000DD
Text Example
Text Example
White with #3000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000DD; }
p { color: rgb(48,0,221); }
H1.HeaderClassName
{
color: #3000DD;
}
.AnyTagClassName
{
color: #3000DD;
}
</style>
background-color css
<style>
a { background-color: #3000DD; }
a { background-color: rgb(48,0,221); }
div.DivClassName
{
background-color: #3000DD;
}
.BgClassName
{
background-color: #3000DD;
}
</style>
border-color css
<style>
span { border-color: #3000DD; }
span { border-color: rgb(48,0,221); }
td.TdClassName
{
border-color: #3000DD;
}
.TagClassName
{
border-color: #3000DD;
}
</style>