#41055D

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

Shades of Indigo #41055D

Tints of Indigo #41055D

Color information

#41055D (or 0x41055D) is unknown color: approx Indigo. HEX triplet: 41, 05 and 5D. RGB value is (65,5,93). Sum of RGB (Red+Green+Blue) = 65+5+93=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #41055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41055D is #BEFAA2. Grayscale: #202020. Windows color (decimal): -12516003 or 6096193. OLE color: 6096193.

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

Color convert

RGB65593-
CMYK0.300.9500.64
HSL280.91º89.8%19.22%-
HSV(B)280.91º94.62%36.47%-
XYZ4.212.0210.52-
YUV32.97161.88150.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=39.88%
G=3.07%
B=57.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal655930.300.9500.64280.9189.819.22
Hex4155D1E5F0401195a13
Octal101513536137010043113223
Binary1000001101101110111110101111101000000100011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41055D; }

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

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

<style>
 a { background-color: #41055D; }

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

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

<style>
 span { border-color: #41055D; }

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

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