#3A1FEF

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

Shades of Han Purple #3A1FEF

Tints of Han Purple #3A1FEF

Color information

#3A1FEF (or 0x3A1FEF) is unknown color: approx Han Purple. HEX triplet: 3A, 1F and EF. RGB value is (58,31,239). Sum of RGB (Red+Green+Blue) = 58+31+239=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1FEF is #C5E010. Grayscale: #3D3D3D. Windows color (decimal): -12967953 or 15671098. OLE color: 15671098.

HSL color Cylindrical-coordinate representation of color #3A1FEF: hue angle of 247.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1FEF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5831239-
CMYK0.760.8700.06
HSL247.79º86.67%52.94%-
HSV(B)247.79º87.03%93.73%-
XYZ17.818.1182.29-
YUV62.78227.45124.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 31 (12.5% from 255) = 9.45%
BLUE value IS 239 (93.75% from 255) = 72.87%
R=17.68%
G=9.45%
B=72.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal58312390.760.8700.06247.7986.6752.94
Hex3A1FEF4C5706f85735
Octal72373571141270637012765
Binary1110101111111101111100110010101110110111110001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1FEF; }

 p { color: rgb(58,31,239); }

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

<style>
 a { background-color: #3A1FEF; }

 a { background-color: rgb(58,31,239); }

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

<style>
 span { border-color: #3A1FEF; }

 span { border-color: rgb(58,31,239); }

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