Html Css Color HEX #340FFD Han Purple

📋 copy color: '#340FFD'

red 52 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #340FFD

Tints of Han Purple #340FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 79.06%

R = 16.25%
G = 4.69%
B = 79.06%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#340FFD (or 0x340FFD) is known color: Han Purple. HEX triplet: 34, 0F and FD. RGB value is (52,15,253). Sum of RGB (Red+Green+Blue) = 52+15+253=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #340FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340FFD is #CBF002. Grayscale: #343434. Windows color (decimal): -13365251 or 16584500. OLE color: 16584500.

HSL color Cylindrical-coordinate representation of color #340FFD: hue angle of 249.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340FFD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 15 253 -
CMYK 0.79 0.94 0 0.01
HSL 249.33º 0.98% 0.53% -
HSV(B) 249.33º 0.94% 0.99% -
XYZ 19.32 8.16 93.49 -
YUV 53.2 240.76 127.15 -
System Red Green Blue C M Y K H S L
Decimal 52 15 253 0.79 0.94 0 0.01 249.33 0.98 0.53
Hex 34 F FD 4F 5E 0 1 F9 62 35
Octal 64 17 375 117 136 0 1 371 142 65
Binary 110100 1111 11111101 1001111 1011110 0 1 11111001 1100010 110101

Color Harmonies of #340FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FFD

Black with #340FFD

Text Example


Text Example

White with #340FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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