#41077F

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

Shades of Indigo #41077F

Tints of Indigo #41077F

Color information

#41077F (or 0x41077F) is unknown color: approx Indigo. HEX triplet: 41, 07 and 7F. RGB value is (65,7,127). Sum of RGB (Red+Green+Blue) = 65+7+127=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #41077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41077F is #BEF880. Grayscale: #252525. Windows color (decimal): -12515457 or 8324929. OLE color: 8324929.

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

Color convert

RGB657127-
CMYK0.490.9400.50
HSL269º89.55%26.27%-
HSV(B)269º94.49%49.8%-
XYZ6.092.8120.3-
YUV38.02178.22147.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 127 (50% from 255) = 63.82%
R=32.66%
G=3.52%
B=63.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6571270.490.9400.5026989.5526.27
Hex4177F315E03210d5a1a
Octal10171776113606241513232
Binary1000001111111111111000110111100110010100001101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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