Shades of Han Purple #300CDA
Tints of Han Purple #300CDA
RGB
CMYK
RGB Variations
Color information
#300CDA (or 0x300CDA) is known color: Han Purple. HEX triplet: 30, 0C and DA. RGB value is (48,12,218). Sum of RGB (Red+Green+Blue) = 48+12+218=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 218 (85.55% from 255 or 78.42% from 278); Max value from RGB is 218 - color contains mainly: blue. Hex color #300CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CDA is #CFF325. Grayscale: #2D2D2D. Windows color (decimal): -13628198 or 14289968. OLE color: 14289968.
HSL color Cylindrical-coordinate representation of color #300CDA: hue angle of 250.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300CDA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 12 | 218 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.15 |
| HSL | 250.49º | 0.9% | 0.45% | - |
| HSV(B) | 250.49º | 0.94% | 0.85% | - |
| XYZ | 14.01 | 5.95 | 66.74 | - |
| YUV | 46.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 218 | 0.78 | 0.94 | 0 | 0.15 | 250.49 | 0.9 | 0.45 |
| Hex | 30 | C | DA | 4E | 5E | 0 | F | FA | 5A | 2D |
| Octal | 60 | 14 | 332 | 116 | 136 | 0 | 17 | 372 | 132 | 55 |
| Binary | 110000 | 1100 | 11011010 | 1001110 | 1011110 | 0 | 1111 | 11111010 | 1011010 | 101101 |
Color Harmonies of #300CDA
Complementary color
Monochromatic Colors of #300CDA
Black with #300CDA
Text Example
Text Example
White with #300CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CDA; }
p { color: rgb(48,12,218); }
H1.HeaderClassName
{
color: #300CDA;
}
.AnyTagClassName
{
color: #300CDA;
}
</style>
background-color css
<style>
a { background-color: #300CDA; }
a { background-color: rgb(48,12,218); }
div.DivClassName
{
background-color: #300CDA;
}
.BgClassName
{
background-color: #300CDA;
}
</style>
border-color css
<style>
span { border-color: #300CDA; }
span { border-color: rgb(48,12,218); }
td.TdClassName
{
border-color: #300CDA;
}
.TagClassName
{
border-color: #300CDA;
}
</style>