Html Css Color HEX #340FEE Han Purple

📋 copy color: '#340FEE'

red 52 ◦ green 15 ◦ blue 238

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

Shades of Han Purple #340FEE

Tints of Han Purple #340FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

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

R = 17.05%
G = 4.92%
B = 78.03%

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

#340FEE (or 0x340FEE) is known color: Han Purple. HEX triplet: 34, 0F and EE. RGB value is (52,15,238). Sum of RGB (Red+Green+Blue) = 52+15+238=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #340FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FEE is #CBF011. Grayscale: #323232. Windows color (decimal): -13365266 or 15601460. OLE color: 15601460.

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

Color convert

RGB 52 15 238 -
CMYK 0.78 0.94 0 0.07
HSL 249.96º 0.88% 0.5% -
HSV(B) 249.96º 0.94% 0.93% -
XYZ 17.02 7.24 81.39 -
YUV 51.49 233.26 128.37 -
System Red Green Blue C M Y K H S L
Decimal 52 15 238 0.78 0.94 0 0.07 249.96 0.88 0.5
Hex 34 F EE 4E 5E 0 7 FA 58 32
Octal 64 17 356 116 136 0 7 372 130 62
Binary 110100 1111 11101110 1001110 1011110 0 111 11111010 1011000 110010

Color Harmonies of #340FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FEE

Black with #340FEE

Text Example


Text Example

White with #340FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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