#412894

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

Shades of Blue Gem #412894

Tints of Blue Gem #412894

Color information

#412894 (or 0x412894) is unknown color: approx Blue Gem. HEX triplet: 41, 28 and 94. RGB value is (65,40,148). Sum of RGB (Red+Green+Blue) = 65+40+148=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #412894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412894 is #BED76B. Grayscale: #3B3B3B. Windows color (decimal): -12506988 or 9709633. OLE color: 9709633.

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

Color convert

RGB6540148-
CMYK0.560.7300.42
HSL253.89º57.45%36.86%-
HSV(B)253.89º72.97%58.04%-
XYZ8.284.7828.5-
YUV59.79177.78131.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=25.69%
G=15.81%
B=58.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65401480.560.7300.42253.8957.4536.86
Hex412894384902Afe3925
Octal10150224701110523767145
Binary1000001101000100101001110001001001010101011111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412894; }

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

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

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

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

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

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

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

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