#412991

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

Shades of Blue Gem #412991

Tints of Blue Gem #412991

Color information

#412991 (or 0x412991) is unknown color: approx Blue Gem. HEX triplet: 41, 29 and 91. RGB value is (65,41,145). Sum of RGB (Red+Green+Blue) = 65+41+145=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #412991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412991 is #BED66E. Grayscale: #3B3B3B. Windows color (decimal): -12506735 or 9513281. OLE color: 9513281.

HSL color Cylindrical-coordinate representation of color #412991: hue angle of 253.85º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412991 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6541145-
CMYK0.550.7200.43
HSL253.85º55.91%36.47%-
HSV(B)253.85º71.72%56.86%-
XYZ8.084.7527.28-
YUV60.03175.95131.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 145 (57.03% from 255) = 57.77%
R=25.90%
G=16.33%
B=57.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65411450.550.7200.43253.8555.9136.47
Hex412991374802Bfe3824
Octal10151221671100533767044
Binary1000001101001100100011101111001000010101111111110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412991; }

 p { color: rgb(65,41,145); }

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

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

 a { background-color: rgb(65,41,145); }

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

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

 span { border-color: rgb(65,41,145); }

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