Html Css Color HEX #340EEE Han Purple

📋 copy color: '#340EEE'

red 52 ◦ green 14 ◦ blue 238

#340EEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #340EEE

Tints of Han Purple #340EEE

RGB

 RED value IS 52 (20.7% from 255) = 17.11%

 GREEN value IS 14 (5.86% from 255) = 4.61%

 BLUE value IS 238 (93.36% from 255) = 78.29%

R = 17.11%
G = 4.61%
B = 78.29%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#340EEE (or 0x340EEE) is known color: Han Purple. HEX triplet: 34, 0E and EE. RGB value is (52,14,238). Sum of RGB (Red+Green+Blue) = 52+14+238=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #340EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340EEE is #CBF111. Grayscale: #323232. Windows color (decimal): -13365522 or 15601204. OLE color: 15601204.

HSL color Cylindrical-coordinate representation of color #340EEE: hue angle of 250.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340EEE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 14 238 -
CMYK 0.78 0.94 0 0.07
HSL 250.18º 0.89% 0.49% -
HSV(B) 250.18º 0.94% 0.93% -
XYZ 17.01 7.22 81.39 -
YUV 50.9 233.59 128.79 -
System Red Green Blue C M Y K H S L
Decimal 52 14 238 0.78 0.94 0 0.07 250.18 0.89 0.49
Hex 34 E EE 4E 5E 0 7 FA 59 31
Octal 64 16 356 116 136 0 7 372 131 61
Binary 110100 1110 11101110 1001110 1011110 0 111 11111010 1011001 110001

Color Harmonies of #340EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340EEE

Black with #340EEE

Text Example


Text Example

White with #340EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340EEE; }

 p { color: rgb(52,14,238); }

 H1.HeaderClassName
 {
   color: #340EEE;
 }
 .AnyTagClassName
 {
   color: #340EEE;
 }
</style>

background-color css

<style>
 a { background-color: #340EEE; }

 a { background-color: rgb(52,14,238); }

 div.DivClassName
 {
   background-color: #340EEE;
 }
 .BgClassName
 {
   background-color: #340EEE;
 }
</style>

border-color css

<style>
 span { border-color: #340EEE; }

 span { border-color: rgb(52,14,238); }

 td.TdClassName
 {
   border-color: #340EEE;
 }
 .TagClassName
 {
   border-color: #340EEE;
 }
</style>