Shades of Han Purple #300CEA
Tints of Han Purple #300CEA
RGB
CMYK
RGB Variations
Color information
#300CEA (or 0x300CEA) is known color: Han Purple. HEX triplet: 30, 0C and EA. RGB value is (48,12,234). Sum of RGB (Red+Green+Blue) = 48+12+234=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 234 (91.80% from 255 or 79.59% from 294); Max value from RGB is 234 - color contains mainly: blue. Hex color #300CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CEA is #CFF315. Grayscale: #2F2F2F. Windows color (decimal): -13628182 or 15338544. OLE color: 15338544.
HSL color Cylindrical-coordinate representation of color #300CEA: hue angle of 249.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CEA is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 12 | 234 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.08 |
| HSL | 249.73º | 0.9% | 0.48% | - |
| HSV(B) | 249.73º | 0.95% | 0.92% | - |
| XYZ | 16.2 | 6.83 | 78.31 | - |
| YUV | 48.07 | 232.93 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 234 | 0.79 | 0.95 | 0 | 0.08 | 249.73 | 0.9 | 0.48 |
| Hex | 30 | C | EA | 4F | 5F | 0 | 8 | FA | 5A | 30 |
| Octal | 60 | 14 | 352 | 117 | 137 | 0 | 10 | 372 | 132 | 60 |
| Binary | 110000 | 1100 | 11101010 | 1001111 | 1011111 | 0 | 1000 | 11111010 | 1011010 | 110000 |
Color Harmonies of #300CEA
Complementary color
Monochromatic Colors of #300CEA
Black with #300CEA
Text Example
Text Example
White with #300CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300CEA; }
p { color: rgb(48,12,234); }
H1.HeaderClassName
{
color: #300CEA;
}
.AnyTagClassName
{
color: #300CEA;
}
</style>
background-color css
<style>
a { background-color: #300CEA; }
a { background-color: rgb(48,12,234); }
div.DivClassName
{
background-color: #300CEA;
}
.BgClassName
{
background-color: #300CEA;
}
</style>
border-color css
<style>
span { border-color: #300CEA; }
span { border-color: rgb(48,12,234); }
td.TdClassName
{
border-color: #300CEA;
}
.TagClassName
{
border-color: #300CEA;
}
</style>