#41035E

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

Shades of Indigo #41035E

Tints of Indigo #41035E

Color information

#41035E (or 0x41035E) is unknown color: approx Indigo. HEX triplet: 41, 03 and 5E. RGB value is (65,3,94). Sum of RGB (Red+Green+Blue) = 65+3+94=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #41035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035E is #BEFCA1. Grayscale: #1F1F1F. Windows color (decimal): -12516514 or 6161217. OLE color: 6161217.

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

Color convert

RGB65394-
CMYK0.310.9700.63
HSL280.88º93.81%19.02%-
HSV(B)280.88º96.81%36.86%-
XYZ4.23210.75-
YUV31.91163.04151.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=40.12%
G=1.85%
B=58.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal653940.310.9700.63280.8893.8119.02
Hex4135E1F6103F1195e13
Octal10131363714107743113623
Binary10000011110111101111111000010111111100011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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