Html Css Color HEX #340ADF Han Purple

📋 copy color: '#340ADF'

red 52 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #340ADF

Tints of Han Purple #340ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.25%

R = 18.25%
G = 3.51%
B = 78.25%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#340ADF (or 0x340ADF) is known color: Han Purple. HEX triplet: 34, 0A and DF. RGB value is (52,10,223). Sum of RGB (Red+Green+Blue) = 52+10+223=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #340ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340ADF is #CBF520. Grayscale: #2E2E2E. Windows color (decimal): -13366561 or 14617140. OLE color: 14617140.

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

Color convert

RGB 52 10 223 -
CMYK 0.77 0.96 0 0.13
HSL 251.83º 0.91% 0.46% -
HSV(B) 251.83º 0.96% 0.87% -
XYZ 14.84 6.27 70.24 -
YUV 46.84 227.41 131.68 -
System Red Green Blue C M Y K H S L
Decimal 52 10 223 0.77 0.96 0 0.13 251.83 0.91 0.46
Hex 34 A DF 4D 60 0 D FC 5B 2E
Octal 64 12 337 115 140 0 15 374 133 56
Binary 110100 1010 11011111 1001101 1100000 0 1101 11111100 1011011 101110

Color Harmonies of #340ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340ADF

Black with #340ADF

Text Example


Text Example

White with #340ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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