Html Css Color HEX #340BDA Han Purple

📋 copy color: '#340BDA'

red 52 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #340BDA

Tints of Han Purple #340BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

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

R = 18.51%
G = 3.91%
B = 77.58%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#340BDA (or 0x340BDA) is known color: Han Purple. HEX triplet: 34, 0B and DA. RGB value is (52,11,218). Sum of RGB (Red+Green+Blue) = 52+11+218=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #340BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BDA is #CBF425. Grayscale: #2E2E2E. Windows color (decimal): -13366310 or 14289716. OLE color: 14289716.

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

Color convert

RGB 52 11 218 -
CMYK 0.76 0.95 0 0.15
HSL 251.88º 0.9% 0.45% -
HSV(B) 251.88º 0.95% 0.85% -
XYZ 14.19 6.03 66.75 -
YUV 46.86 224.58 131.67 -
System Red Green Blue C M Y K H S L
Decimal 52 11 218 0.76 0.95 0 0.15 251.88 0.9 0.45
Hex 34 B DA 4C 5F 0 F FC 5A 2D
Octal 64 13 332 114 137 0 17 374 132 55
Binary 110100 1011 11011010 1001100 1011111 0 1111 11111100 1011010 101101

Color Harmonies of #340BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BDA

Black with #340BDA

Text Example


Text Example

White with #340BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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