#410177

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

Shades of Indigo #410177

Tints of Indigo #410177

Color information

#410177 (or 0x410177) is unknown color: approx Indigo. HEX triplet: 41, 01 and 77. RGB value is (65,1,119). Sum of RGB (Red+Green+Blue) = 65+1+119=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #410177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410177 is #BEFE88. Grayscale: #212121. Windows color (decimal): -12517001 or 7799105. OLE color: 7799105.

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

Color convert

RGB651119-
CMYK0.450.9900.53
HSL272.54º98.33%23.53%-
HSV(B)272.54º99.16%46.67%-
XYZ5.522.4817.64-
YUV33.59176.2150.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=35.14%
G=0.54%
B=64.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6511190.450.9900.53272.5498.3323.53
Hex411772D630351116218
Octal10111675514306542114230
Binary10000011111011110110111000110110101100010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410177; }

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

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

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

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

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

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

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

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