#410179

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

Shades of Indigo #410179

Tints of Indigo #410179

Color information

#410179 (or 0x410179) is unknown color: approx Indigo. HEX triplet: 41, 01 and 79. RGB value is (65,1,121). Sum of RGB (Red+Green+Blue) = 65+1+121=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #410179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410179 is #BEFE86. Grayscale: #212121. Windows color (decimal): -12516999 or 7930177. OLE color: 7930177.

HSL color Cylindrical-coordinate representation of color #410179: hue angle of 272º 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 #410179 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB651121-
CMYK0.460.9900.53
HSL272º98.36%23.92%-
HSV(B)272º99.17%47.45%-
XYZ5.642.5318.28-
YUV33.82177.2150.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=34.76%
G=0.53%
B=64.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6511210.460.9900.5327298.3623.92
Hex411792E630351106218
Octal10111715614306542014230
Binary10000011111100110111011000110110101100010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410179; }

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

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

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

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

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

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

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

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