#440278

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

Shades of Indigo #440278

Tints of Indigo #440278

Color information

#440278 (or 0x440278) is unknown color: approx Indigo. HEX triplet: 44, 02 and 78. RGB value is (68,2,120). Sum of RGB (Red+Green+Blue) = 68+2+120=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #440278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440278 is #BBFD87. Grayscale: #222222. Windows color (decimal): -12320136 or 7864900. OLE color: 7864900.

HSL color Cylindrical-coordinate representation of color #440278: hue angle of 273.56º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440278 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB682120-
CMYK0.430.9800.53
HSL273.56º96.72%23.92%-
HSV(B)273.56º98.33%47.06%-
XYZ5.82.6317.97-
YUV35.19175.87151.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=35.79%
G=1.05%
B=63.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6821200.430.9800.53273.5696.7223.92
Hex442782B620351126118
Octal10421705314206542214130
Binary100010010111100010101111000100110101100010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440278; }

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

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

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

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

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

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

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

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