#3A27D5

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

Shades of Han Purple #3A27D5

Tints of Han Purple #3A27D5

Color information

#3A27D5 (or 0x3A27D5) is unknown color: approx Han Purple. HEX triplet: 3A, 27 and D5. RGB value is (58,39,213). Sum of RGB (Red+Green+Blue) = 58+39+213=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A27D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A27D5 is #C5D82A. Grayscale: #3F3F3F. Windows color (decimal): -12965931 or 13969210. OLE color: 13969210.

HSL color Cylindrical-coordinate representation of color #3A27D5: hue angle of 246.55º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A27D5 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5839213-
CMYK0.730.8200.16
HSL246.55º69.05%49.41%-
HSV(B)246.55º81.69%83.53%-
XYZ14.487.1563.57-
YUV64.52211.79123.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 213 (83.59% from 255) = 68.71%
R=18.71%
G=12.58%
B=68.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58392130.730.8200.16246.5569.0549.41
Hex3A27D54952010f74531
Octal724732511112202036710561
Binary1110101001111101010110010011010010010000111101111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A27D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,213); }

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

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

 a { background-color: rgb(58,39,213); }

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

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

 span { border-color: rgb(58,39,213); }

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