#41005E

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

Shades of Indigo #41005E

Tints of Indigo #41005E

Color information

#41005E (or 0x41005E) is unknown color: approx Indigo. HEX triplet: 41, 00 and 5E. RGB value is (65,0,94). Sum of RGB (Red+Green+Blue) = 65+0+94=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #41005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41005E is #BEFFA1. Grayscale: #1D1D1D. Windows color (decimal): -12517282 or 6160449. OLE color: 6160449.

HSL color Cylindrical-coordinate representation of color #41005E: hue angle of 281.49º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41005E is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB65094-
CMYK0.31100.63
HSL281.49º100%18.43%-
HSV(B)281.49º100%36.86%-
XYZ4.21.9310.74-
YUV30.15164.03152.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 59.12%
R=40.88%
G=0%
B=59.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal650940.31100.63281.4910018.43
Hex4105E1F6403F1196412
Octal10101363714407743114422
Binary1000001010111101111111001000111111100011001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,0,94); }

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

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

 a { background-color: rgb(65,0,94); }

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

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

 span { border-color: rgb(65,0,94); }

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