#41055C

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

Shades of Indigo #41055C

Tints of Indigo #41055C

Color information

#41055C (or 0x41055C) is unknown color: approx Indigo. HEX triplet: 41, 05 and 5C. RGB value is (65,5,92). Sum of RGB (Red+Green+Blue) = 65+5+92=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #41055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41055C is #BEFAA3. Grayscale: #202020. Windows color (decimal): -12516004 or 6030657. OLE color: 6030657.

HSL color Cylindrical-coordinate representation of color #41055C: hue angle of 281.38º 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 #41055C is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB65592-
CMYK0.290.9500.64
HSL281.38º89.69%19.02%-
HSV(B)281.38º94.57%36.08%-
XYZ4.172.0110.29-
YUV32.86161.38150.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=40.12%
G=3.09%
B=56.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal655920.290.9500.64281.3889.6919.02
Hex4155C1D5F0401195a13
Octal101513435137010043113223
Binary1000001101101110011101101111101000000100011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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