#441170

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

Shades of Indigo #441170

Tints of Indigo #441170

Color information

#441170 (or 0x441170) is unknown color: approx Indigo. HEX triplet: 44, 11 and 70. RGB value is (68,17,112). Sum of RGB (Red+Green+Blue) = 68+17+112=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #441170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441170 is #BBEE8F. Grayscale: #2A2A2A. Windows color (decimal): -12316304 or 7344452. OLE color: 7344452.

HSL color Cylindrical-coordinate representation of color #441170: hue angle of 272.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441170 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6817112-
CMYK0.390.8500.56
HSL272.21º73.64%25.29%-
HSV(B)272.21º84.82%43.92%-
XYZ5.512.815.58-
YUV43.08166.9145.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=34.52%
G=8.63%
B=56.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68171120.390.8500.56272.2173.6425.29
Hex44117027550381104a19
Octal104211604712507042011231
Binary100010010001111000010011110101010111000100010000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441170; }

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

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

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

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

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

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

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

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