Shades of Han Purple #340CEE
Tints of Han Purple #340CEE
RGB
CMYK
RGB Variations
Color information
#340CEE (or 0x340CEE) is known color: Han Purple. HEX triplet: 34, 0C and EE. RGB value is (52,12,238). Sum of RGB (Red+Green+Blue) = 52+12+238=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #340CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340CEE is #CBF311. Grayscale: #303030. Windows color (decimal): -13366034 or 15600692. OLE color: 15600692.
HSL color Cylindrical-coordinate representation of color #340CEE: hue angle of 250.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340CEE is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 12 | 238 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.07 |
| HSL | 250.62º | 0.9% | 0.49% | - |
| HSV(B) | 250.62º | 0.95% | 0.93% | - |
| XYZ | 16.98 | 7.17 | 81.38 | - |
| YUV | 49.72 | 234.25 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 238 | 0.78 | 0.95 | 0 | 0.07 | 250.62 | 0.9 | 0.49 |
| Hex | 34 | C | EE | 4E | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 64 | 14 | 356 | 116 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110100 | 1100 | 11101110 | 1001110 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #340CEE
Complementary color
Monochromatic Colors of #340CEE
Black with #340CEE
Text Example
Text Example
White with #340CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340CEE; }
p { color: rgb(52,12,238); }
H1.HeaderClassName
{
color: #340CEE;
}
.AnyTagClassName
{
color: #340CEE;
}
</style>
background-color css
<style>
a { background-color: #340CEE; }
a { background-color: rgb(52,12,238); }
div.DivClassName
{
background-color: #340CEE;
}
.BgClassName
{
background-color: #340CEE;
}
</style>
border-color css
<style>
span { border-color: #340CEE; }
span { border-color: rgb(52,12,238); }
td.TdClassName
{
border-color: #340CEE;
}
.TagClassName
{
border-color: #340CEE;
}
</style>