#412499

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

Shades of Blue Gem #412499

Tints of Blue Gem #412499

Color information

#412499 (or 0x412499) is unknown color: approx Blue Gem. HEX triplet: 41, 24 and 99. RGB value is (65,36,153). Sum of RGB (Red+Green+Blue) = 65+36+153=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #412499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412499 is #BEDB66. Grayscale: #393939. Windows color (decimal): -12508007 or 10036289. OLE color: 10036289.

HSL color Cylindrical-coordinate representation of color #412499: hue angle of 254.87º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412499 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6536153-
CMYK0.580.7600.4
HSL254.87º61.9%37.06%-
HSV(B)254.87º76.47%60%-
XYZ8.564.6930.59-
YUV58.01181.61132.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=25.59%
G=14.17%
B=60.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65361530.580.7600.4254.8761.937.06
Hex4124993A4C028ff3e25
Octal10144231721140503777645
Binary1000001100100100110011110101001100010100011111111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412499; }

 p { color: rgb(65,36,153); }

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

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

 a { background-color: rgb(65,36,153); }

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

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

 span { border-color: rgb(65,36,153); }

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