Html Css Color HEX #340ADE Han Purple

📋 copy color: '#340ADE'

red 52 ◦ green 10 ◦ blue 222

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

Shades of Han Purple #340ADE

Tints of Han Purple #340ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 78.17%

R = 18.31%
G = 3.52%
B = 78.17%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#340ADE (or 0x340ADE) is known color: Han Purple. HEX triplet: 34, 0A and DE. RGB value is (52,10,222). Sum of RGB (Red+Green+Blue) = 52+10+222=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #340ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ADE is #CBF521. Grayscale: #2D2D2D. Windows color (decimal): -13366562 or 14551604. OLE color: 14551604.

HSL color Cylindrical-coordinate representation of color #340ADE: hue angle of 251.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340ADE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 10 222 -
CMYK 0.77 0.95 0 0.13
HSL 251.89º 0.91% 0.45% -
HSV(B) 251.89º 0.95% 0.87% -
XYZ 14.71 6.22 69.53 -
YUV 46.73 226.91 131.76 -
System Red Green Blue C M Y K H S L
Decimal 52 10 222 0.77 0.95 0 0.13 251.89 0.91 0.45
Hex 34 A DE 4D 5F 0 D FC 5B 2D
Octal 64 12 336 115 137 0 15 374 133 55
Binary 110100 1010 11011110 1001101 1011111 0 1101 11111100 1011011 101101

Color Harmonies of #340ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340ADE

Black with #340ADE

Text Example


Text Example

White with #340ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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