Html Css Color HEX #340FDA Han Purple

📋 copy color: '#340FDA'

red 52 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #340FDA

Tints of Han Purple #340FDA

RGB

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

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

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

R = 18.25%
G = 5.26%
B = 76.49%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#340FDA (or 0x340FDA) is known color: Han Purple. HEX triplet: 34, 0F and DA. RGB value is (52,15,218). Sum of RGB (Red+Green+Blue) = 52+15+218=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #340FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FDA is #CBF025. Grayscale: #303030. Windows color (decimal): -13365286 or 14290740. OLE color: 14290740.

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

Color convert

RGB 52 15 218 -
CMYK 0.76 0.93 0 0.15
HSL 250.94º 0.87% 0.46% -
HSV(B) 250.94º 0.93% 0.85% -
XYZ 14.24 6.13 66.76 -
YUV 49.21 223.26 129.99 -
System Red Green Blue C M Y K H S L
Decimal 52 15 218 0.76 0.93 0 0.15 250.94 0.87 0.46
Hex 34 F DA 4C 5D 0 F FB 57 2E
Octal 64 17 332 114 135 0 17 373 127 56
Binary 110100 1111 11011010 1001100 1011101 0 1111 11111011 1010111 101110

Color Harmonies of #340FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FDA

Black with #340FDA

Text Example


Text Example

White with #340FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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