#41026E

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

Shades of Indigo #41026E

Tints of Indigo #41026E

Color information

#41026E (or 0x41026E) is unknown color: approx Indigo. HEX triplet: 41, 02 and 6E. RGB value is (65,2,110). Sum of RGB (Red+Green+Blue) = 65+2+110=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #41026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41026E is #BEFD91. Grayscale: #202020. Windows color (decimal): -12516754 or 7209537. OLE color: 7209537.

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

Color convert

RGB652110-
CMYK0.410.9800.57
HSL275º96.43%21.96%-
HSV(B)275º98.18%43.14%-
XYZ5.022.2914.93-
YUV33.15171.37150.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 110 (43.36% from 255) = 62.15%
R=36.72%
G=1.13%
B=62.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6521100.410.9800.5727596.4321.96
Hex4126E29620391136016
Octal10121565114207142314026
Binary100000110110111010100111000100111001100010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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