#44015A

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

Shades of Indigo #44015A

Tints of Indigo #44015A

Color information

#44015A (or 0x44015A) is unknown color: approx Indigo. HEX triplet: 44, 01 and 5A. RGB value is (68,1,90). Sum of RGB (Red+Green+Blue) = 68+1+90=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #44015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015A is #BBFEA5. Grayscale: #1E1E1E. Windows color (decimal): -12320422 or 5898564. OLE color: 5898564.

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

Color convert

RGB68190-
CMYK0.240.9900.65
HSL285.17º97.8%17.84%-
HSV(B)285.17º98.89%35.29%-
XYZ4.241.999.83-
YUV31.18161.2154.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=42.77%
G=0.63%
B=56.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal681900.240.9900.65285.1797.817.84
Hex4415A186304111d6212
Octal104113230143010143514222
Binary10001001101101011000110001101000001100011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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