Html Css Color HEX #340DCD Han Purple

📋 copy color: '#340DCD'

red 52 ◦ green 13 ◦ blue 205

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

Shades of Han Purple #340DCD

Tints of Han Purple #340DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 19.26%
G = 4.81%
B = 75.93%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#340DCD (or 0x340DCD) is known color: Han Purple. HEX triplet: 34, 0D and CD. RGB value is (52,13,205). Sum of RGB (Red+Green+Blue) = 52+13+205=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #340DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DCD is #CBF232. Grayscale: #2D2D2D. Windows color (decimal): -13365811 or 13438260. OLE color: 13438260.

HSL color Cylindrical-coordinate representation of color #340DCD: hue angle of 252.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340DCD is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 13 205 -
CMYK 0.75 0.94 0 0.20
HSL 252.19º 0.88% 0.43% -
HSV(B) 252.19º 0.94% 0.8% -
XYZ 12.58 5.43 58.14 -
YUV 46.55 217.42 131.89 -
System Red Green Blue C M Y K H S L
Decimal 52 13 205 0.75 0.94 0 0.20 252.19 0.88 0.43
Hex 34 D CD 4B 5E 0 14 FC 58 2B
Octal 64 15 315 113 136 0 24 374 130 53
Binary 110100 1101 11001101 1001011 1011110 0 10100 11111100 1011000 101011

Color Harmonies of #340DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340DCD

Black with #340DCD

Text Example


Text Example

White with #340DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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