Html Css Color HEX #340DDA Han Purple

📋 copy color: '#340DDA'

red 52 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #340DDA

Tints of Han Purple #340DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 18.37%
G = 4.59%
B = 77.03%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#340DDA (or 0x340DDA) is known color: Han Purple. HEX triplet: 34, 0D and DA. RGB value is (52,13,218). Sum of RGB (Red+Green+Blue) = 52+13+218=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #340DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DDA is #CBF225. Grayscale: #2F2F2F. Windows color (decimal): -13365798 or 14290228. OLE color: 14290228.

HSL color Cylindrical-coordinate representation of color #340DDA: hue angle of 251.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340DDA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 13 218 -
CMYK 0.76 0.94 0 0.15
HSL 251.41º 0.89% 0.45% -
HSV(B) 251.41º 0.94% 0.85% -
XYZ 14.21 6.08 66.75 -
YUV 48.03 223.92 130.83 -
System Red Green Blue C M Y K H S L
Decimal 52 13 218 0.76 0.94 0 0.15 251.41 0.89 0.45
Hex 34 D DA 4C 5E 0 F FB 59 2D
Octal 64 15 332 114 136 0 17 373 131 55
Binary 110100 1101 11011010 1001100 1011110 0 1111 11111011 1011001 101101

Color Harmonies of #340DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340DDA

Black with #340DDA

Text Example


Text Example

White with #340DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,13,218); }

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

background-color css

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

 a { background-color: rgb(52,13,218); }

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

border-color css

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

 span { border-color: rgb(52,13,218); }

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