#41005d

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

Shades of Indigo #41005D

Tints of Indigo #41005D

Color information

#41005D (or 0x41005D) is unknown color: approx Indigo. HEX triplet: 41, 00 and 5D. RGB value is (65,0,93). Sum of RGB (Red+Green+Blue) = 65+0+93=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #41005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41005D is #BEFFA2. Grayscale: #1D1D1D. Windows color (decimal): -12517283 or 6094913. OLE color: 6094913.

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

Color convert

RGB65093-
CMYK0.30100.64
HSL281.94º100%18.24%-
HSV(B)281.94º100%36.47%-
XYZ4.161.9110.51-
YUV30.04163.53152.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=41.14%
G=0%
B=58.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal650930.30100.64281.9410018.24
Hex4105D1E6404011a6412
Octal101013536144010043214422
Binary10000010101110111110110010001000000100011010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41005d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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