#3A1E9D

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

Shades of Blue Gem #3A1E9D

Tints of Blue Gem #3A1E9D

Color information

#3A1E9D (or 0x3A1E9D) is unknown color: approx Blue Gem. HEX triplet: 3A, 1E and 9D. RGB value is (58,30,157). Sum of RGB (Red+Green+Blue) = 58+30+157=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A1E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1E9D is #C5E162. Grayscale: #343434. Windows color (decimal): -12968291 or 10296890. OLE color: 10296890.

HSL color Cylindrical-coordinate representation of color #3A1E9D: hue angle of 253.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1E9D is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5830157-
CMYK0.630.8100.38
HSL253.23º67.91%36.67%-
HSV(B)253.23º80.89%61.57%-
XYZ8.34.2632.28-
YUV52.85186.78131.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 157 (61.72% from 255) = 64.08%
R=23.67%
G=12.24%
B=64.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58301570.630.8100.38253.2367.9136.67
Hex3A1E9D3F51026fd4425
Octal72362357712104637510445
Binary111010111101001110111111110100010100110111111011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,30,157); }

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

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

 a { background-color: rgb(58,30,157); }

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

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

 span { border-color: rgb(58,30,157); }

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