#341FD8

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

Shades of Han Purple #341FD8

Tints of Han Purple #341FD8

Color information

#341FD8 (or 0x341FD8) is unknown color: approx Han Purple. HEX triplet: 34, 1F and D8. RGB value is (52,31,216). Sum of RGB (Red+Green+Blue) = 52+31+216=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 216 (84.77% from 255 or 72.24% from 299); Max value from RGB is 216 - color contains mainly: blue. Hex color #341FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FD8 is #CBE027. Grayscale: #393939. Windows color (decimal): -13361192 or 14163764. OLE color: 14163764.

HSL color Cylindrical-coordinate representation of color #341FD8: hue angle of 246.81º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341FD8 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5231216-
CMYK0.760.8600.15
HSL246.81º74.9%48.43%-
HSV(B)246.81º85.65%84.71%-
XYZ14.36.6765.5-
YUV58.37216.96123.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 31 (12.5% from 255) = 10.37%
BLUE value IS 216 (84.77% from 255) = 72.24%
R=17.39%
G=10.37%
B=72.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52312160.760.8600.15246.8174.948.43
Hex341FD84C560Ff74b30
Octal643733011412601736711360
Binary11010011111110110001001100101011001111111101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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