#412EAA

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

Shades of Blue Gem #412EAA

Tints of Blue Gem #412EAA

Color information

#412EAA (or 0x412EAA) is unknown color: approx Blue Gem. HEX triplet: 41, 2E and AA. RGB value is (65,46,170). Sum of RGB (Red+Green+Blue) = 65+46+170=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #412EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412EAA is #BED155. Grayscale: #414141. Windows color (decimal): -12505430 or 11152961. OLE color: 11152961.

HSL color Cylindrical-coordinate representation of color #412EAA: hue angle of 249.19º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412EAA is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6546170-
CMYK0.620.7300.33
HSL249.19º57.41%42.35%-
HSV(B)249.19º72.94%66.67%-
XYZ10.415.9838.64-
YUV65.82186.79127.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=23.13%
G=16.37%
B=60.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65461700.620.7300.33249.1957.4142.35
Hex412EAA3E49021f9392a
Octal10156252761110413717152
Binary1000001101110101010101111101001001010000111111001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412EAA; }

 p { color: rgb(65,46,170); }

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

<style>
 a { background-color: #412EAA; }

 a { background-color: rgb(65,46,170); }

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

<style>
 span { border-color: #412EAA; }

 span { border-color: rgb(65,46,170); }

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