#41007F

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

Shades of Indigo #41007F

Tints of Indigo #41007F

Color information

#41007F (or 0x41007F) is unknown color: approx Indigo. HEX triplet: 41, 00 and 7F. RGB value is (65,0,127). Sum of RGB (Red+Green+Blue) = 65+0+127=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #41007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41007F is #BEFF80. Grayscale: #212121. Windows color (decimal): -12517249 or 8323137. OLE color: 8323137.

HSL color Cylindrical-coordinate representation of color #41007F: hue angle of 270.71º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41007F is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB650127-
CMYK0.49100.50
HSL270.71º100%24.9%-
HSV(B)270.71º100%49.8%-
XYZ6.012.6620.27-
YUV33.91180.53150.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 66.15%
R=33.85%
G=0%
B=66.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6501270.49100.50270.7110024.9
Hex4107F316403210f6419
Octal10101776114406241714431
Binary10000010111111111000111001000110010100001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41007F; }

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

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

<style>
 a { background-color: #41007F; }

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

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

<style>
 span { border-color: #41007F; }

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

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