Shades of Han Purple #3009D9
Tints of Han Purple #3009D9
RGB
CMYK
RGB Variations
Color information
#3009D9 (or 0x3009D9) is known color: Han Purple. HEX triplet: 30, 09 and D9. RGB value is (48,9,217). Sum of RGB (Red+Green+Blue) = 48+9+217=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 217 (85.16% from 255 or 79.20% from 274); Max value from RGB is 217 - color contains mainly: blue. Hex color #3009D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3009D9 is #CFF626. Grayscale: #2B2B2B. Windows color (decimal): -13628967 or 14223664. OLE color: 14223664.
HSL color Cylindrical-coordinate representation of color #3009D9: hue angle of 251.25º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3009D9 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 9 | 217 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.15 |
| HSL | 251.25º | 0.92% | 0.44% | - |
| HSV(B) | 251.25º | 0.96% | 0.85% | - |
| XYZ | 13.84 | 5.83 | 66.04 | - |
| YUV | 44.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 217 | 0.78 | 0.96 | 0 | 0.15 | 251.25 | 0.92 | 0.44 |
| Hex | 30 | 9 | D9 | 4E | 60 | 0 | F | FB | 5C | 2C |
| Octal | 60 | 11 | 331 | 116 | 140 | 0 | 17 | 373 | 134 | 54 |
| Binary | 110000 | 1001 | 11011001 | 1001110 | 1100000 | 0 | 1111 | 11111011 | 1011100 | 101100 |
Color Harmonies of #3009D9
Complementary color
Monochromatic Colors of #3009D9
Black with #3009D9
Text Example
Text Example
White with #3009D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3009D9; }
p { color: rgb(48,9,217); }
H1.HeaderClassName
{
color: #3009D9;
}
.AnyTagClassName
{
color: #3009D9;
}
</style>
background-color css
<style>
a { background-color: #3009D9; }
a { background-color: rgb(48,9,217); }
div.DivClassName
{
background-color: #3009D9;
}
.BgClassName
{
background-color: #3009D9;
}
</style>
border-color css
<style>
span { border-color: #3009D9; }
span { border-color: rgb(48,9,217); }
td.TdClassName
{
border-color: #3009D9;
}
.TagClassName
{
border-color: #3009D9;
}
</style>