#3A27A1

Color #3A27A1 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3A27A1

Tints of Blue Gem #3A27A1

Color information

#3A27A1 (or 0x3A27A1) is unknown color: approx Blue Gem. HEX triplet: 3A, 27 and A1. RGB value is (58,39,161). Sum of RGB (Red+Green+Blue) = 58+39+161=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 161 (63.28% from 255 or 62.40% from 258); Max value from RGB is 161 - color contains mainly: blue. Hex color #3A27A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A27A1 is #C5D85E. Grayscale: #3A3A3A. Windows color (decimal): -12965983 or 10561338. OLE color: 10561338.

HSL color Cylindrical-coordinate representation of color #3A27A1: hue angle of 249.34º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A27A1 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5839161-
CMYK0.640.7600.37
HSL249.34º61%39.22%-
HSV(B)249.34º75.78%63.14%-
XYZ8.94.9234.2-
YUV58.59185.79127.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 161 (63.28% from 255) = 62.40%
R=22.48%
G=15.12%
B=62.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58391610.640.7600.37249.346139.22
Hex3A27A1404C025f93d27
Octal72472411001140453717547
Binary1110101001111010000110000001001100010010111111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A27A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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