#3a1bd1

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

Shades of Han Purple #3A1BD1

Tints of Han Purple #3A1BD1

Color information

#3A1BD1 (or 0x3A1BD1) is unknown color: approx Han Purple. HEX triplet: 3A, 1B and D1. RGB value is (58,27,209). Sum of RGB (Red+Green+Blue) = 58+27+209=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #3A1BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BD1 is #C5E42E. Grayscale: #383838. Windows color (decimal): -12969007 or 13703994. OLE color: 13703994.

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

Color convert

RGB5827209-
CMYK0.720.8700.18
HSL250.22º77.12%46.27%-
HSV(B)250.22º87.08%81.96%-
XYZ13.656.2960.82-
YUV57.02213.77128.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 27 (10.94% from 255) = 9.18%
BLUE value IS 209 (82.03% from 255) = 71.09%
R=19.73%
G=9.18%
B=71.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58272090.720.8700.18250.2277.1246.27
Hex3A1BD14857012fa4d2e
Octal723332111012702237211556
Binary111010110111101000110010001010111010010111110101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a1bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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