#440A96

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

Shades of Indigo #440A96

Tints of Indigo #440A96

Color information

#440A96 (or 0x440A96) is unknown color: approx Indigo. HEX triplet: 44, 0A and 96. RGB value is (68,10,150). Sum of RGB (Red+Green+Blue) = 68+10+150=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #440A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A96 is #BBF569. Grayscale: #2A2A2A. Windows color (decimal): -12318058 or 9833028. OLE color: 9833028.

HSL color Cylindrical-coordinate representation of color #440A96: hue angle of 264.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440A96 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6810150-
CMYK0.550.9300.41
HSL264.86º87.5%31.37%-
HSV(B)264.86º93.33%58.82%-
XYZ83.6529.14-
YUV43.3188.22145.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=29.82%
G=4.39%
B=65.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68101500.550.9300.41264.8687.531.37
Hex44A96375D029109581f
Octal104122266713505141113037
Binary100010010101001011011011110111010101001100001001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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