Html Css Color HEX #340EDD Han Purple

📋 copy color: '#340EDD'

red 52 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #340EDD

Tints of Han Purple #340EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77%

R = 18.12%
G = 4.88%
B = 77%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#340EDD (or 0x340EDD) is known color: Han Purple. HEX triplet: 34, 0E and DD. RGB value is (52,14,221). Sum of RGB (Red+Green+Blue) = 52+14+221=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #340EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340EDD is #CBF122. Grayscale: #303030. Windows color (decimal): -13365539 or 14487092. OLE color: 14487092.

HSL color Cylindrical-coordinate representation of color #340EDD: hue angle of 251.01º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340EDD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 14 221 -
CMYK 0.76 0.94 0 0.13
HSL 251.01º 0.88% 0.46% -
HSV(B) 251.01º 0.94% 0.87% -
XYZ 14.62 6.26 68.85 -
YUV 48.96 225.09 130.17 -
System Red Green Blue C M Y K H S L
Decimal 52 14 221 0.76 0.94 0 0.13 251.01 0.88 0.46
Hex 34 E DD 4C 5E 0 D FB 58 2E
Octal 64 16 335 114 136 0 15 373 130 56
Binary 110100 1110 11011101 1001100 1011110 0 1101 11111011 1011000 101110

Color Harmonies of #340EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340EDD

Black with #340EDD

Text Example


Text Example

White with #340EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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