#440878

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

Shades of Indigo #440878

Tints of Indigo #440878

Color information

#440878 (or 0x440878) is unknown color: approx Indigo. HEX triplet: 44, 08 and 78. RGB value is (68,8,120). Sum of RGB (Red+Green+Blue) = 68+8+120=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #440878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440878 is #BBF787. Grayscale: #262626. Windows color (decimal): -12318600 or 7866436. OLE color: 7866436.

HSL color Cylindrical-coordinate representation of color #440878: hue angle of 272.14º degrees, saturation: 0.88, 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 #440878 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB688120-
CMYK0.430.9300.53
HSL272.14º87.5%25.1%-
HSV(B)272.14º93.33%47.06%-
XYZ5.862.7617.99-
YUV38.71173.88148.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=34.69%
G=4.08%
B=61.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6881200.430.9300.53272.1487.525.1
Hex448782B5D0351105819
Octal104101705313506542013031
Binary10001001000111100010101110111010110101100010000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440878; }

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

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

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

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

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

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

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

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