#341AFC

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

Shades of Han Purple #341AFC

Tints of Han Purple #341AFC

Color information

#341AFC (or 0x341AFC) is unknown color: approx Han Purple. HEX triplet: 34, 1A and FC. RGB value is (52,26,252). Sum of RGB (Red+Green+Blue) = 52+26+252=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #341AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AFC is #CBE503. Grayscale: #3A3A3A. Windows color (decimal): -13362436 or 16521780. OLE color: 16521780.

HSL color Cylindrical-coordinate representation of color #341AFC: hue angle of 246.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341AFC is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5226252-
CMYK0.790.9000.01
HSL246.9º97.41%54.51%-
HSV(B)246.9º89.68%98.82%-
XYZ19.368.592.72-
YUV59.54236.61122.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 26 (10.55% from 255) = 7.88%
BLUE value IS 252 (98.83% from 255) = 76.36%
R=15.76%
G=7.88%
B=76.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52262520.790.9000.01246.997.4154.51
Hex341AFC4F5A01f76137
Octal64323741171320136714167
Binary11010011010111111001001111101101001111101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,26,252); }

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

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

 a { background-color: rgb(52,26,252); }

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

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

 span { border-color: rgb(52,26,252); }

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