Html Css Color HEX #340FEA Han Purple

📋 copy color: '#340FEA'

red 52 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #340FEA

Tints of Han Purple #340FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 77.74%

R = 17.28%
G = 4.98%
B = 77.74%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#340FEA (or 0x340FEA) is known color: Han Purple. HEX triplet: 34, 0F and EA. RGB value is (52,15,234). Sum of RGB (Red+Green+Blue) = 52+15+234=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #340FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FEA is #CBF015. Grayscale: #323232. Windows color (decimal): -13365270 or 15339316. OLE color: 15339316.

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

Color convert

RGB 52 15 234 -
CMYK 0.78 0.94 0 0.08
HSL 250.14º 0.88% 0.49% -
HSV(B) 250.14º 0.94% 0.92% -
XYZ 16.44 7.01 78.33 -
YUV 51.03 231.26 128.69 -
System Red Green Blue C M Y K H S L
Decimal 52 15 234 0.78 0.94 0 0.08 250.14 0.88 0.49
Hex 34 F EA 4E 5E 0 8 FA 58 31
Octal 64 17 352 116 136 0 10 372 130 61
Binary 110100 1111 11101010 1001110 1011110 0 1000 11111010 1011000 110001

Color Harmonies of #340FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FEA

Black with #340FEA

Text Example


Text Example

White with #340FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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