#410577

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

Shades of Indigo #410577

Tints of Indigo #410577

Color information

#410577 (or 0x410577) is unknown color: approx Indigo. HEX triplet: 41, 05 and 77. RGB value is (65,5,119). Sum of RGB (Red+Green+Blue) = 65+5+119=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #410577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410577 is #BEFA88. Grayscale: #232323. Windows color (decimal): -12515977 or 7800129. OLE color: 7800129.

HSL color Cylindrical-coordinate representation of color #410577: hue angle of 271.58º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410577 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB655119-
CMYK0.450.9600.53
HSL271.58º91.94%24.31%-
HSV(B)271.58º95.8%46.67%-
XYZ5.562.5617.65-
YUV35.94174.88148.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=34.39%
G=2.65%
B=62.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6551190.450.9600.53271.5891.9424.31
Hex415772D600351105c18
Octal10151675514006542013430
Binary1000001101111011110110111000000110101100010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410577; }

 p { color: rgb(65,5,119); }

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

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

 a { background-color: rgb(65,5,119); }

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

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

 span { border-color: rgb(65,5,119); }

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