Html Css Color HEX #3A1AD1 Han Purple

📋 copy color: '#3A1AD1'

red 58 ◦ green 26 ◦ blue 209

#3A1AD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3A1AD1

Tints of Han Purple #3A1AD1

RGB

 RED value IS 58 (23.05% from 255) = 19.8%

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 209 (82.03% from 255) = 71.33%

R = 19.8%
G = 8.87%
B = 71.33%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A1AD1 (or 0x3A1AD1) is known color: Han Purple. HEX triplet: 3A, 1A and D1. RGB value is (58,26,209). Sum of RGB (Red+Green+Blue) = 58+26+209=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 209 (82.03% from 255 or 71.33% from 293); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A1AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1AD1 is #C5E52E. Grayscale: #373737. Windows color (decimal): -12969263 or 13703738. OLE color: 13703738.

HSL color Cylindrical-coordinate representation of color #3A1AD1: hue angle of 250.49º degrees, saturation: 0.78, 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 #3A1AD1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 26 209 -
CMYK 0.72 0.88 0 0.18
HSL 250.49º 0.78% 0.46% -
HSV(B) 250.49º 0.88% 0.82% -
XYZ 13.62 6.24 60.81 -
YUV 56.43 214.1 129.12 -
System Red Green Blue C M Y K H S L
Decimal 58 26 209 0.72 0.88 0 0.18 250.49 0.78 0.46
Hex 3A 1A D1 48 58 0 12 FA 4E 2E
Octal 72 32 321 110 130 0 22 372 116 56
Binary 111010 11010 11010001 1001000 1011000 0 10010 11111010 1001110 101110

Color Harmonies of #3A1AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1AD1

Black with #3A1AD1

Text Example


Text Example

White with #3A1AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A1AD1;
 }
 .AnyTagClassName
 {
   color: #3A1AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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