#441172

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

Shades of Indigo #441172

Tints of Indigo #441172

Color information

#441172 (or 0x441172) is unknown color: approx Indigo. HEX triplet: 44, 11 and 72. RGB value is (68,17,114). Sum of RGB (Red+Green+Blue) = 68+17+114=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #441172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441172 is #BBEE8D. Grayscale: #2A2A2A. Windows color (decimal): -12316302 or 7475524. OLE color: 7475524.

HSL color Cylindrical-coordinate representation of color #441172: hue angle of 271.55º 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 #441172 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6817114-
CMYK0.400.8500.55
HSL271.55º74.05%25.69%-
HSV(B)271.55º85.09%44.71%-
XYZ5.622.8416.17-
YUV43.31167.9145.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=34.17%
G=8.54%
B=57.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68171140.400.8500.55271.5574.0525.69
Hex44117228550371104a1a
Octal104211625012506742011232
Binary100010010001111001010100010101010110111100010000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441172; }

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

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

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

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

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

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

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

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