#41096C

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

Shades of Indigo #41096C

Tints of Indigo #41096C

Color information

#41096C (or 0x41096C) is unknown color: approx Indigo. HEX triplet: 41, 09 and 6C. RGB value is (65,9,108). Sum of RGB (Red+Green+Blue) = 65+9+108=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #41096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41096C is #BEF693. Grayscale: #242424. Windows color (decimal): -12514964 or 7080257. OLE color: 7080257.

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

Color convert

RGB659108-
CMYK0.400.9200.58
HSL273.94º84.62%22.94%-
HSV(B)273.94º91.67%42.35%-
XYZ4.982.414.39-
YUV37.03168.05147.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=35.71%
G=4.95%
B=59.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6591080.400.9200.58273.9484.6222.94
Hex4196C285C03A1125517
Octal101111545013407242212527
Binary10000011001110110010100010111000111010100010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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