Html Css Color HEX #341BF7 Han Purple

📋 copy color: '#341BF7'

red 52 ◦ green 27 ◦ blue 247

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

Shades of Han Purple #341BF7

Tints of Han Purple #341BF7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.28%

 BLUE value IS 247 (96.88% from 255) = 75.77%

R = 15.95%
G = 8.28%
B = 75.77%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#341BF7 (or 0x341BF7) is known color: Han Purple. HEX triplet: 34, 1B and F7. RGB value is (52,27,247). Sum of RGB (Red+Green+Blue) = 52+27+247=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 247 (96.88% from 255 or 75.77% from 326); Max value from RGB is 247 - color contains mainly: blue. Hex color #341BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BF7 is #CBE408. Grayscale: #3A3A3A. Windows color (decimal): -13362185 or 16194356. OLE color: 16194356.

HSL color Cylindrical-coordinate representation of color #341BF7: hue angle of 246.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341BF7 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 27 247 -
CMYK 0.79 0.89 0 0.03
HSL 246.82º 0.93% 0.54% -
HSV(B) 246.82º 0.89% 0.97% -
XYZ 18.6 8.23 88.6 -
YUV 59.56 233.78 122.61 -
System Red Green Blue C M Y K H S L
Decimal 52 27 247 0.79 0.89 0 0.03 246.82 0.93 0.54
Hex 34 1B F7 4F 59 0 3 F7 5D 36
Octal 64 33 367 117 131 0 3 367 135 66
Binary 110100 11011 11110111 1001111 1011001 0 11 11110111 1011101 110110

Color Harmonies of #341BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BF7

Black with #341BF7

Text Example


Text Example

White with #341BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341BF7; }

 p { color: rgb(52,27,247); }

 H1.HeaderClassName
 {
   color: #341BF7;
 }
 .AnyTagClassName
 {
   color: #341BF7;
 }
</style>

background-color css

<style>
 a { background-color: #341BF7; }

 a { background-color: rgb(52,27,247); }

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

border-color css

<style>
 span { border-color: #341BF7; }

 span { border-color: rgb(52,27,247); }

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