#412896

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

Shades of Blue Gem #412896

Tints of Blue Gem #412896

Color information

#412896 (or 0x412896) is unknown color: approx Blue Gem. HEX triplet: 41, 28 and 96. RGB value is (65,40,150). Sum of RGB (Red+Green+Blue) = 65+40+150=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #412896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412896 is #BED769. Grayscale: #3B3B3B. Windows color (decimal): -12506986 or 9840705. OLE color: 9840705.

HSL color Cylindrical-coordinate representation of color #412896: hue angle of 253.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412896 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6540150-
CMYK0.570.7300.41
HSL253.64º57.89%37.25%-
HSV(B)253.64º73.33%58.82%-
XYZ8.444.8429.34-
YUV60.01178.78131.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=25.49%
G=15.69%
B=58.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65401500.570.7300.41253.6457.8937.25
Hex4128963949029fe3a25
Octal10150226711110513767245
Binary1000001101000100101101110011001001010100111111110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412896; }

 p { color: rgb(65,40,150); }

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

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

 a { background-color: rgb(65,40,150); }

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

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

 span { border-color: rgb(65,40,150); }

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