#41046C

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

Shades of Indigo #41046C

Tints of Indigo #41046C

Color information

#41046C (or 0x41046C) is unknown color: approx Indigo. HEX triplet: 41, 04 and 6C. RGB value is (65,4,108). Sum of RGB (Red+Green+Blue) = 65+4+108=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #41046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41046C is #BEFB93. Grayscale: #212121. Windows color (decimal): -12516244 or 7078977. OLE color: 7078977.

HSL color Cylindrical-coordinate representation of color #41046C: hue angle of 275.19º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41046C is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB654108-
CMYK0.400.9600.58
HSL275.19º92.86%21.96%-
HSV(B)275.19º96.3%42.35%-
XYZ4.932.2914.37-
YUV34.1169.71150.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 108 (42.58% from 255) = 61.02%
R=36.72%
G=2.26%
B=61.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6541080.400.9600.58275.1992.8621.96
Hex4146C286003A1135d16
Octal10141545014007242313526
Binary1000001100110110010100011000000111010100010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,4,108); }

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

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

 a { background-color: rgb(65,4,108); }

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

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

 span { border-color: rgb(65,4,108); }

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