#41006C

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

Shades of Indigo #41006C

Tints of Indigo #41006C

Color information

#41006C (or 0x41006C) is unknown color: approx Indigo. HEX triplet: 41, 00 and 6C. RGB value is (65,0,108). Sum of RGB (Red+Green+Blue) = 65+0+108=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #41006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41006C is #BEFF93. Grayscale: #1F1F1F. Windows color (decimal): -12517268 or 7077953. OLE color: 7077953.

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

Color convert

RGB650108-
CMYK0.40100.58
HSL276.11º100%21.18%-
HSV(B)276.11º100%42.35%-
XYZ4.892.2114.36-
YUV31.75171.03151.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=37.57%
G=0%
B=62.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6501080.40100.58276.1110021.18
Hex4106C286403A1146415
Octal10101545014407242414425
Binary10000010110110010100011001000111010100010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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