#440978

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

Shades of Indigo #440978

Tints of Indigo #440978

Color information

#440978 (or 0x440978) is unknown color: approx Indigo. HEX triplet: 44, 09 and 78. RGB value is (68,9,120). Sum of RGB (Red+Green+Blue) = 68+9+120=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #440978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440978 is #BBF687. Grayscale: #262626. Windows color (decimal): -12318344 or 7866692. OLE color: 7866692.

HSL color Cylindrical-coordinate representation of color #440978: hue angle of 271.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440978 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB689120-
CMYK0.430.9200.53
HSL271.89º86.05%25.29%-
HSV(B)271.89º92.5%47.06%-
XYZ5.872.7818-
YUV39.3173.55148.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=34.52%
G=4.57%
B=60.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6891200.430.9200.53271.8986.0525.29
Hex449782B5C0351105619
Octal104111705313406542012631
Binary10001001001111100010101110111000110101100010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440978; }

 p { color: rgb(68,9,120); }

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

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

 a { background-color: rgb(68,9,120); }

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

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

 span { border-color: rgb(68,9,120); }

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