#412998

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

Shades of Blue Gem #412998

Tints of Blue Gem #412998

Color information

#412998 (or 0x412998) is unknown color: approx Blue Gem. HEX triplet: 41, 29 and 98. RGB value is (65,41,152). Sum of RGB (Red+Green+Blue) = 65+41+152=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #412998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412998 is #BED667. Grayscale: #3C3C3C. Windows color (decimal): -12506728 or 9972033. OLE color: 9972033.

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

Color convert

RGB6541152-
CMYK0.570.7300.40
HSL252.97º57.51%37.84%-
HSV(B)252.97º73.03%59.61%-
XYZ8.644.9830.21-
YUV60.83179.45130.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 152 (59.77% from 255) = 58.91%
R=25.19%
G=15.89%
B=58.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65411520.570.7300.40252.9757.5137.84
Hex4129983949028fd3a26
Octal10151230711110503757246
Binary1000001101001100110001110011001001010100011111101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412998; }

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

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

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

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

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

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

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

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