#441173

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

Shades of Indigo #441173

Tints of Indigo #441173

Color information

#441173 (or 0x441173) is unknown color: approx Indigo. HEX triplet: 44, 11 and 73. RGB value is (68,17,115). Sum of RGB (Red+Green+Blue) = 68+17+115=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #441173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441173 is #BBEE8C. Grayscale: #2B2B2B. Windows color (decimal): -12316301 or 7541060. OLE color: 7541060.

HSL color Cylindrical-coordinate representation of color #441173: hue angle of 271.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441173 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6817115-
CMYK0.410.8500.55
HSL271.22º74.24%25.88%-
HSV(B)271.22º85.22%45.1%-
XYZ5.682.8716.47-
YUV43.42168.4145.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=34%
G=8.5%
B=57.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68171150.410.8500.55271.2274.2425.88
Hex441173295503710f4a1a
Octal104211635112506741711232
Binary100010010001111001110100110101010110111100001111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441173; }

 p { color: rgb(68,17,115); }

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

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

 a { background-color: rgb(68,17,115); }

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

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

 span { border-color: rgb(68,17,115); }

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