#410966

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

Shades of Indigo #410966

Tints of Indigo #410966

Color information

#410966 (or 0x410966) is unknown color: approx Indigo. HEX triplet: 41, 09 and 66. RGB value is (65,9,102). Sum of RGB (Red+Green+Blue) = 65+9+102=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #410966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410966 is #BEF699. Grayscale: #242424. Windows color (decimal): -12514970 or 6687041. OLE color: 6687041.

HSL color Cylindrical-coordinate representation of color #410966: hue angle of 276.13º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410966 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB659102-
CMYK0.360.9100.6
HSL276.13º83.78%21.76%-
HSV(B)276.13º91.18%40%-
XYZ4.682.2812.76-
YUV36.35165.05148.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=36.93%
G=5.11%
B=57.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6591020.360.9100.6276.1383.7821.76
Hex41966245B03C1145416
Octal101111464413307442412426
Binary10000011001110011010010010110110111100100010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410966; }

 p { color: rgb(65,9,102); }

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

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

 a { background-color: rgb(65,9,102); }

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

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

 span { border-color: rgb(65,9,102); }

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