#441075

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

Shades of Indigo #441075

Tints of Indigo #441075

Color information

#441075 (or 0x441075) is unknown color: approx Indigo. HEX triplet: 44, 10 and 75. RGB value is (68,16,117). Sum of RGB (Red+Green+Blue) = 68+16+117=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #441075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441075 is #BBEF8A. Grayscale: #2A2A2A. Windows color (decimal): -12316555 or 7671876. OLE color: 7671876.

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

Color convert

RGB6816117-
CMYK0.420.8600.54
HSL270.89º75.94%26.08%-
HSV(B)270.89º86.32%45.88%-
XYZ5.782.8817.08-
YUV43.06169.73145.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=33.83%
G=7.96%
B=58.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68161170.420.8600.54270.8975.9426.08
Hex4410752A5603610f4c1a
Octal104201655212606641711432
Binary100010010000111010110101010101100110110100001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441075; }

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

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

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

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

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

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

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

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