#3A1DEC

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

Shades of Han Purple #3A1DEC

Tints of Han Purple #3A1DEC

Color information

#3A1DEC (or 0x3A1DEC) is unknown color: approx Han Purple. HEX triplet: 3A, 1D and EC. RGB value is (58,29,236). Sum of RGB (Red+Green+Blue) = 58+29+236=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1DEC is #C5E213. Grayscale: #3C3C3C. Windows color (decimal): -12968468 or 15473978. OLE color: 15473978.

HSL color Cylindrical-coordinate representation of color #3A1DEC: hue angle of 248.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1DEC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5829236-
CMYK0.750.8800.07
HSL248.41º84.49%51.96%-
HSV(B)248.41º87.71%92.55%-
XYZ17.327.8379.96-
YUV61.27226.61125.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 236 (92.58% from 255) = 73.07%
R=17.96%
G=8.98%
B=73.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58292360.750.8800.07248.4184.4951.96
Hex3A1DEC4B5807f85434
Octal72353541131300737012464
Binary1110101110111101100100101110110000111111110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,236); }

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

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

 a { background-color: rgb(58,29,236); }

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

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

 span { border-color: rgb(58,29,236); }

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