#441175

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

Shades of Indigo #441175

Tints of Indigo #441175

Color information

#441175 (or 0x441175) is unknown color: approx Indigo. HEX triplet: 44, 11 and 75. RGB value is (68,17,117). Sum of RGB (Red+Green+Blue) = 68+17+117=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #441175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441175 is #BBEE8A. Grayscale: #2B2B2B. Windows color (decimal): -12316299 or 7672132. OLE color: 7672132.

HSL color Cylindrical-coordinate representation of color #441175: hue angle of 270.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441175 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6817117-
CMYK0.420.8500.54
HSL270.6º74.63%26.27%-
HSV(B)270.6º85.47%45.88%-
XYZ5.82.9117.09-
YUV43.65169.4145.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=33.66%
G=8.42%
B=57.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68171170.420.8500.54270.674.6326.27
Hex4411752A5503610f4b1a
Octal104211655212506641711332
Binary100010010001111010110101010101010110110100001111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441175; }

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

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

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

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

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

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

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

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