#341FE3

Color #341FE3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #341FE3

Tints of Han Purple #341FE3

Color information

#341FE3 (or 0x341FE3) is unknown color: approx Han Purple. HEX triplet: 34, 1F and E3. RGB value is (52,31,227). Sum of RGB (Red+Green+Blue) = 52+31+227=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 227 (89.06% from 255 or 73.23% from 310); Max value from RGB is 227 - color contains mainly: blue. Hex color #341FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FE3 is #CBE01C. Grayscale: #3A3A3A. Windows color (decimal): -13361181 or 14884660. OLE color: 14884660.

HSL color Cylindrical-coordinate representation of color #341FE3: hue angle of 246.43º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341FE3 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5231227-
CMYK0.770.8600.11
HSL246.43º77.78%50.59%-
HSV(B)246.43º86.34%89.02%-
XYZ15.777.2673.24-
YUV59.62222.46122.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 227 (89.06% from 255) = 73.23%
R=16.77%
G=10%
B=73.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52312270.770.8600.11246.4377.7850.59
Hex341FE34D560Bf64e33
Octal643734311512601336611663
Binary11010011111111000111001101101011001011111101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,227); }

 H1.HeaderClassName
 {
   color: #341FE3;
 }
 .AnyTagClassName
 {
   color: #341FE3;
 }
</style>
background-color css

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

 a { background-color: rgb(52,31,227); }

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

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

 span { border-color: rgb(52,31,227); }

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