#412599

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

Shades of Blue Gem #412599

Tints of Blue Gem #412599

Color information

#412599 (or 0x412599) is unknown color: approx Blue Gem. HEX triplet: 41, 25 and 99. RGB value is (65,37,153). Sum of RGB (Red+Green+Blue) = 65+37+153=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #412599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412599 is #BEDA66. Grayscale: #3A3A3A. Windows color (decimal): -12507751 or 10036545. OLE color: 10036545.

HSL color Cylindrical-coordinate representation of color #412599: hue angle of 254.48º degrees, saturation: 0.61, 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 #412599 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6537153-
CMYK0.580.7600.4
HSL254.48º61.05%37.25%-
HSV(B)254.48º75.82%60%-
XYZ8.594.7530.6-
YUV58.6181.28132.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 153 (60.16% from 255) = 60%
R=25.49%
G=14.51%
B=60%

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
Decimal65371530.580.7600.4254.4861.0537.25
Hex4125993A4C028fe3d25
Octal10145231721140503767545
Binary1000001100101100110011110101001100010100011111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412599; }

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

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

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

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

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

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

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

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