#41086E

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

Shades of Indigo #41086E

Tints of Indigo #41086E

Color information

#41086E (or 0x41086E) is unknown color: approx Indigo. HEX triplet: 41, 08 and 6E. RGB value is (65,8,110). Sum of RGB (Red+Green+Blue) = 65+8+110=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #41086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41086E is #BEF791. Grayscale: #242424. Windows color (decimal): -12515218 or 7211073. OLE color: 7211073.

HSL color Cylindrical-coordinate representation of color #41086E: hue angle of 273.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41086E is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB658110-
CMYK0.410.9300.57
HSL273.53º86.44%23.14%-
HSV(B)273.53º92.73%43.14%-
XYZ5.082.4214.95-
YUV36.67169.38148.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=35.52%
G=4.37%
B=60.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6581100.410.9300.57273.5386.4423.14
Hex4186E295D0391125617
Octal101101565113507142212627
Binary10000011000110111010100110111010111001100010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41086E; }

 p { color: rgb(65,8,110); }

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

<style>
 a { background-color: #41086E; }

 a { background-color: rgb(65,8,110); }

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

<style>
 span { border-color: #41086E; }

 span { border-color: rgb(65,8,110); }

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