#440AA1

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

Shades of Indigo #440AA1

Tints of Indigo #440AA1

Color information

#440AA1 (or 0x440AA1) is unknown color: approx Indigo. HEX triplet: 44, 0A and A1. RGB value is (68,10,161). Sum of RGB (Red+Green+Blue) = 68+10+161=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #440AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AA1 is #BBF55E. Grayscale: #2C2C2C. Windows color (decimal): -12318047 or 10553924. OLE color: 10553924.

HSL color Cylindrical-coordinate representation of color #440AA1: hue angle of 263.05º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AA1 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6810161-
CMYK0.580.9400.37
HSL263.05º88.3%33.53%-
HSV(B)263.05º93.79%63.14%-
XYZ8.934.0234.02-
YUV44.56193.72144.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 161 (63.28% from 255) = 67.36%
R=28.45%
G=4.18%
B=67.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68101610.580.9400.37263.0588.333.53
Hex44AA13A5E0251075822
Octal104122417213604540713042
Binary1000100101010100001111010101111001001011000001111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440AA1; }

 p { color: rgb(68,10,161); }

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

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

 a { background-color: rgb(68,10,161); }

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

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

 span { border-color: rgb(68,10,161); }

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