#41035C

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

Shades of Indigo #41035C

Tints of Indigo #41035C

Color information

#41035C (or 0x41035C) is unknown color: approx Indigo. HEX triplet: 41, 03 and 5C. RGB value is (65,3,92). Sum of RGB (Red+Green+Blue) = 65+3+92=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #41035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41035C is #BEFCA3. Grayscale: #1F1F1F. Windows color (decimal): -12516516 or 6030145. OLE color: 6030145.

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

Color convert

RGB65392-
CMYK0.290.9700.64
HSL281.8º93.68%18.63%-
HSV(B)281.8º96.74%36.08%-
XYZ4.141.9610.29-
YUV31.68162.04151.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 92 (36.33% from 255) = 57.5%
R=40.62%
G=1.88%
B=57.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal653920.290.9700.64281.893.6818.63
Hex4135C1D6104011a5e13
Octal101313435141010043213623
Binary100000111101110011101110000101000000100011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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