#44015C

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

Shades of Indigo #44015C

Tints of Indigo #44015C

Color information

#44015C (or 0x44015C) is unknown color: approx Indigo. HEX triplet: 44, 01 and 5C. RGB value is (68,1,92). Sum of RGB (Red+Green+Blue) = 68+1+92=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #44015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015C is #BBFEA3. Grayscale: #1F1F1F. Windows color (decimal): -12320420 or 6029636. OLE color: 6029636.

HSL color Cylindrical-coordinate representation of color #44015C: hue angle of 284.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44015C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68192-
CMYK0.260.9900.64
HSL284.18º97.85%18.24%-
HSV(B)284.18º98.91%36.08%-
XYZ4.332.0210.29-
YUV31.41162.2154.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=42.24%
G=0.62%
B=57.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal681920.260.9900.64284.1897.8518.24
Hex4415C1A6304011c6212
Octal104113432143010043414222
Binary10001001101110011010110001101000000100011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44015C; }

 p { color: rgb(68,1,92); }

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

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

 a { background-color: rgb(68,1,92); }

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

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

 span { border-color: rgb(68,1,92); }

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