Html Css Color HEX #340BF1 Han Purple

📋 copy color: '#340BF1'

red 52 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #340BF1

Tints of Han Purple #340BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

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

R = 17.11%
G = 3.62%
B = 79.28%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#340BF1 (or 0x340BF1) is known color: Han Purple. HEX triplet: 34, 0B and F1. RGB value is (52,11,241). Sum of RGB (Red+Green+Blue) = 52+11+241=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 241 (94.53% from 255 or 79.28% from 304); Max value from RGB is 241 - color contains mainly: blue. Hex color #340BF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340BF1 is #CBF40E. Grayscale: #303030. Windows color (decimal): -13366287 or 15797044. OLE color: 15797044.

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

Color convert

RGB 52 11 241 -
CMYK 0.78 0.95 0 0.05
HSL 250.7º 0.91% 0.49% -
HSV(B) 250.7º 0.95% 0.95% -
XYZ 17.41 7.32 83.71 -
YUV 49.48 236.08 129.8 -
System Red Green Blue C M Y K H S L
Decimal 52 11 241 0.78 0.95 0 0.05 250.7 0.91 0.49
Hex 34 B F1 4E 5F 0 5 FB 5B 31
Octal 64 13 361 116 137 0 5 373 133 61
Binary 110100 1011 11110001 1001110 1011111 0 101 11111011 1011011 110001

Color Harmonies of #340BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BF1

Black with #340BF1

Text Example


Text Example

White with #340BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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