Html Css Color HEX #340ECC Han Purple

📋 copy color: '#340ECC'

red 52 ◦ green 14 ◦ blue 204

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

Shades of Han Purple #340ECC

Tints of Han Purple #340ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 19.26%
G = 5.19%
B = 75.56%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#340ECC (or 0x340ECC) is known color: Han Purple. HEX triplet: 34, 0E and CC. RGB value is (52,14,204). Sum of RGB (Red+Green+Blue) = 52+14+204=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #340ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ECC is #CBF133. Grayscale: #2E2E2E. Windows color (decimal): -13365556 or 13372980. OLE color: 13372980.

HSL color Cylindrical-coordinate representation of color #340ECC: hue angle of 252º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340ECC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 14 204 -
CMYK 0.75 0.93 0 0.2
HSL 252º 0.87% 0.43% -
HSV(B) 252º 0.93% 0.8% -
XYZ 12.47 5.4 57.51 -
YUV 47.02 216.59 131.55 -
System Red Green Blue C M Y K H S L
Decimal 52 14 204 0.75 0.93 0 0.2 252 0.87 0.43
Hex 34 E CC 4B 5D 0 14 FC 57 2B
Octal 64 16 314 113 135 0 24 374 127 53
Binary 110100 1110 11001100 1001011 1011101 0 10100 11111100 1010111 101011

Color Harmonies of #340ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340ECC

Black with #340ECC

Text Example


Text Example

White with #340ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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