Html Css Color HEX #340ACE Han Purple

📋 copy color: '#340ACE'

red 52 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #340ACE

Tints of Han Purple #340ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 19.4%
G = 3.73%
B = 76.87%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#340ACE (or 0x340ACE) is known color: Han Purple. HEX triplet: 34, 0A and CE. RGB value is (52,10,206). Sum of RGB (Red+Green+Blue) = 52+10+206=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #340ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ACE is #CBF531. Grayscale: #2C2C2C. Windows color (decimal): -13366578 or 13503028. OLE color: 13503028.

HSL color Cylindrical-coordinate representation of color #340ACE: hue angle of 252.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340ACE is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 10 206 -
CMYK 0.75 0.95 0 0.19
HSL 252.86º 0.91% 0.42% -
HSV(B) 252.86º 0.95% 0.81% -
XYZ 12.67 5.4 58.77 -
YUV 44.9 218.91 133.06 -
System Red Green Blue C M Y K H S L
Decimal 52 10 206 0.75 0.95 0 0.19 252.86 0.91 0.42
Hex 34 A CE 4B 5F 0 13 FD 5B 2A
Octal 64 12 316 113 137 0 23 375 133 52
Binary 110100 1010 11001110 1001011 1011111 0 10011 11111101 1011011 101010

Color Harmonies of #340ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340ACE

Black with #340ACE

Text Example


Text Example

White with #340ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,10,206); }

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

background-color css

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

 a { background-color: rgb(52,10,206); }

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

border-color css

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

 span { border-color: rgb(52,10,206); }

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