#410771

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

Shades of Indigo #410771

Tints of Indigo #410771

Color information

#410771 (or 0x410771) is unknown color: approx Indigo. HEX triplet: 41, 07 and 71. RGB value is (65,7,113). Sum of RGB (Red+Green+Blue) = 65+7+113=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #410771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410771 is #BEF88E. Grayscale: #242424. Windows color (decimal): -12515471 or 7407425. OLE color: 7407425.

HSL color Cylindrical-coordinate representation of color #410771: hue angle of 272.83º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410771 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB657113-
CMYK0.420.9400.56
HSL272.83º88.33%23.53%-
HSV(B)272.83º93.81%44.31%-
XYZ5.242.4715.82-
YUV36.43171.22148.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=35.14%
G=3.78%
B=61.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6571130.420.9400.56272.8388.3323.53
Hex417712A5E0381115818
Octal10171615213607042113030
Binary1000001111111000110101010111100111000100010001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410771; }

 p { color: rgb(65,7,113); }

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

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

 a { background-color: rgb(65,7,113); }

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

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

 span { border-color: rgb(65,7,113); }

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