#412C95

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

Shades of Blue Gem #412C95

Tints of Blue Gem #412C95

Color information

#412C95 (or 0x412C95) is unknown color: approx Blue Gem. HEX triplet: 41, 2C and 95. RGB value is (65,44,149). Sum of RGB (Red+Green+Blue) = 65+44+149=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #412C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412C95 is #BED36A. Grayscale: #3D3D3D. Windows color (decimal): -12505963 or 9776193. OLE color: 9776193.

HSL color Cylindrical-coordinate representation of color #412C95: hue angle of 252º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412C95 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6544149-
CMYK0.560.7000.42
HSL252º54.4%37.84%-
HSV(B)252º70.47%58.43%-
XYZ8.515.128.97-
YUV62.25176.96129.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=25.19%
G=17.05%
B=57.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65441490.560.7000.4225254.437.84
Hex412C95384602Afc3626
Octal10154225701060523746646
Binary1000001101100100101011110001000110010101011111100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C95; }

 p { color: rgb(65,44,149); }

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

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

 a { background-color: rgb(65,44,149); }

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

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

 span { border-color: rgb(65,44,149); }

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