#44015B

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

Shades of Indigo #44015B

Tints of Indigo #44015B

Color information

#44015B (or 0x44015B) is unknown color: approx Indigo. HEX triplet: 44, 01 and 5B. RGB value is (68,1,91). Sum of RGB (Red+Green+Blue) = 68+1+91=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #44015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015B is #BBFEA4. Grayscale: #1F1F1F. Windows color (decimal): -12320421 or 5964100. OLE color: 5964100.

HSL color Cylindrical-coordinate representation of color #44015B: hue angle of 284.67º 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 #44015B is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68191-
CMYK0.250.9900.64
HSL284.67º97.83%18.04%-
HSV(B)284.67º98.9%35.69%-
XYZ4.282.0110.06-
YUV31.29161.7154.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=42.5%
G=0.62%
B=56.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal681910.250.9900.64284.6797.8318.04
Hex4415B196304011d6212
Octal104113331143010043514222
Binary10001001101101111001110001101000000100011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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