#3a19d1

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

Shades of Han Purple #3A19D1

Tints of Han Purple #3A19D1

Color information

#3A19D1 (or 0x3A19D1) is unknown color: approx Han Purple. HEX triplet: 3A, 19 and D1. RGB value is (58,25,209). Sum of RGB (Red+Green+Blue) = 58+25+209=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 209 (82.03% from 255 or 71.58% from 292); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A19D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19D1 is #C5E62E. Grayscale: #373737. Windows color (decimal): -12969519 or 13703482. OLE color: 13703482.

HSL color Cylindrical-coordinate representation of color #3A19D1: hue angle of 250.76º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A19D1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5825209-
CMYK0.720.8800.18
HSL250.76º78.63%45.88%-
HSV(B)250.76º88.04%81.96%-
XYZ13.66.260.8-
YUV55.84214.43129.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 209 (82.03% from 255) = 71.58%
R=19.86%
G=8.56%
B=71.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58252090.720.8800.18250.7678.6345.88
Hex3A19D14858012fb4f2e
Octal723132111013002237311756
Binary111010110011101000110010001011000010010111110111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a19d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,209); }

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

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

 a { background-color: rgb(58,25,209); }

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

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

 span { border-color: rgb(58,25,209); }

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