Html Css Color HEX #340AF1 Han Purple

📋 copy color: '#340AF1'

red 52 ◦ green 10 ◦ blue 241

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

Shades of Han Purple #340AF1

Tints of Han Purple #340AF1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.3%

 BLUE value IS 241 (94.53% from 255) = 79.54%

R = 17.16%
G = 3.3%
B = 79.54%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#340AF1 (or 0x340AF1) is known color: Han Purple. HEX triplet: 34, 0A and F1. RGB value is (52,10,241). Sum of RGB (Red+Green+Blue) = 52+10+241=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 241 (94.53% from 255 or 79.54% from 303); Max value from RGB is 241 - color contains mainly: blue. Hex color #340AF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340AF1 is #CBF50E. Grayscale: #303030. Windows color (decimal): -13366543 or 15796788. OLE color: 15796788.

HSL color Cylindrical-coordinate representation of color #340AF1: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340AF1 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 10 241 -
CMYK 0.78 0.96 0 0.05
HSL 250.91º 0.92% 0.49% -
HSV(B) 250.91º 0.96% 0.95% -
XYZ 17.4 7.3 83.71 -
YUV 48.89 236.41 130.22 -
System Red Green Blue C M Y K H S L
Decimal 52 10 241 0.78 0.96 0 0.05 250.91 0.92 0.49
Hex 34 A F1 4E 60 0 5 FB 5C 31
Octal 64 12 361 116 140 0 5 373 134 61
Binary 110100 1010 11110001 1001110 1100000 0 101 11111011 1011100 110001

Color Harmonies of #340AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340AF1

Black with #340AF1

Text Example


Text Example

White with #340AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,10,241); }

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

background-color css

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

 a { background-color: rgb(52,10,241); }

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

border-color css

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

 span { border-color: rgb(52,10,241); }

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