#411f95

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

Shades of Blue Gem #411F95

Tints of Blue Gem #411F95

Color information

#411F95 (or 0x411F95) is unknown color: approx Blue Gem. HEX triplet: 41, 1F and 95. RGB value is (65,31,149). Sum of RGB (Red+Green+Blue) = 65+31+149=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #411F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411F95 is #BEE06A. Grayscale: #363636. Windows color (decimal): -12509291 or 9772865. OLE color: 9772865.

HSL color Cylindrical-coordinate representation of color #411F95: hue angle of 257.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411F95 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6531149-
CMYK0.560.7900.42
HSL257.29º65.56%35.29%-
HSV(B)257.29º79.19%58.43%-
XYZ8.094.2728.83-
YUV54.62181.26135.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 149 (58.59% from 255) = 60.82%
R=26.53%
G=12.65%
B=60.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65311490.560.7900.42257.2965.5635.29
Hex411F95384F02A1014223
Octal101372257011705240110243
Binary10000011111110010101111000100111101010101000000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411f95; }

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

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

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

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

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

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

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

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