#411CA4

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

Shades of Blue Gem #411CA4

Tints of Blue Gem #411CA4

Color information

#411CA4 (or 0x411CA4) is unknown color: approx Blue Gem. HEX triplet: 41, 1C and A4. RGB value is (65,28,164). Sum of RGB (Red+Green+Blue) = 65+28+164=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 164 (64.45% from 255 or 63.81% from 257); Max value from RGB is 164 - color contains mainly: blue. Hex color #411CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411CA4 is #BEE35B. Grayscale: #363636. Windows color (decimal): -12510044 or 10755137. OLE color: 10755137.

HSL color Cylindrical-coordinate representation of color #411CA4: hue angle of 256.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411CA4 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6528164-
CMYK0.600.8300.36
HSL256.32º70.83%37.65%-
HSV(B)256.32º82.93%64.31%-
XYZ9.34.6335.53-
YUV54.57189.76135.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 164 (64.45% from 255) = 63.81%
R=25.29%
G=10.89%
B=63.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal65281640.600.8300.36256.3270.8337.65
Hex411CA43C530241004726
Octal101342447412304440010746
Binary10000011110010100100111100101001101001001000000001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,28,164); }

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

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

 a { background-color: rgb(65,28,164); }

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

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

 span { border-color: rgb(65,28,164); }

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