Html Css Color HEX #340FCD Han Purple

📋 copy color: '#340FCD'

red 52 ◦ green 15 ◦ blue 205

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

Shades of Han Purple #340FCD

Tints of Han Purple #340FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.51%

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

R = 19.12%
G = 5.51%
B = 75.37%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#340FCD (or 0x340FCD) is known color: Han Purple. HEX triplet: 34, 0F and CD. RGB value is (52,15,205). Sum of RGB (Red+Green+Blue) = 52+15+205=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #340FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FCD is #CBF032. Grayscale: #2F2F2F. Windows color (decimal): -13365299 or 13438772. OLE color: 13438772.

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

Color convert

RGB 52 15 205 -
CMYK 0.75 0.93 0 0.20
HSL 251.68º 0.86% 0.43% -
HSV(B) 251.68º 0.93% 0.8% -
XYZ 12.61 5.48 58.15 -
YUV 47.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 52 15 205 0.75 0.93 0 0.20 251.68 0.86 0.43
Hex 34 F CD 4B 5D 0 14 FC 56 2B
Octal 64 17 315 113 135 0 24 374 126 53
Binary 110100 1111 11001101 1001011 1011101 0 10100 11111100 1010110 101011

Color Harmonies of #340FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FCD

Black with #340FCD

Text Example


Text Example

White with #340FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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