#412990

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

Shades of Blue Gem #412990

Tints of Blue Gem #412990

Color information

#412990 (or 0x412990) is unknown color: approx Blue Gem. HEX triplet: 41, 29 and 90. RGB value is (65,41,144). Sum of RGB (Red+Green+Blue) = 65+41+144=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #412990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412990 is #BED66F. Grayscale: #3B3B3B. Windows color (decimal): -12506736 or 9447745. OLE color: 9447745.

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

Color convert

RGB6541144-
CMYK0.550.7200.44
HSL253.98º55.68%36.27%-
HSV(B)253.98º71.53%56.47%-
XYZ8.014.7226.88-
YUV59.92175.45131.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=26%
G=16.4%
B=57.6%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65411440.550.7200.44253.9855.6836.27
Hex412990374802Cfe3824
Octal10151220671100543767044
Binary1000001101001100100001101111001000010110011111110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412990; }

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

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

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

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

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

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

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

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