#41076E

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

Shades of Indigo #41076E

Tints of Indigo #41076E

Color information

#41076E (or 0x41076E) is unknown color: approx Indigo. HEX triplet: 41, 07 and 6E. RGB value is (65,7,110). Sum of RGB (Red+Green+Blue) = 65+7+110=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #41076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41076E is #BEF891. Grayscale: #232323. Windows color (decimal): -12515474 or 7210817. OLE color: 7210817.

HSL color Cylindrical-coordinate representation of color #41076E: hue angle of 273.79º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41076E is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB657110-
CMYK0.410.9400.57
HSL273.79º88.03%22.94%-
HSV(B)273.79º93.64%43.14%-
XYZ5.072.414.95-
YUV36.08169.72148.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=35.71%
G=3.85%
B=60.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6571100.410.9400.57273.7988.0322.94
Hex4176E295E0391125817
Octal10171565113607142213027
Binary1000001111110111010100110111100111001100010010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41076E; }

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

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

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

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

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

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

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

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