#441278

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

Shades of Indigo #441278

Tints of Indigo #441278

Color information

#441278 (or 0x441278) is unknown color: approx Indigo. HEX triplet: 44, 12 and 78. RGB value is (68,18,120). Sum of RGB (Red+Green+Blue) = 68+18+120=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #441278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441278 is #BBED87. Grayscale: #2C2C2C. Windows color (decimal): -12316040 or 7868996. OLE color: 7868996.

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

Color convert

RGB6818120-
CMYK0.430.8500.53
HSL269.41º73.91%27.06%-
HSV(B)269.41º85%47.06%-
XYZ5.993.0218.04-
YUV44.58170.56144.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=33.01%
G=8.74%
B=58.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68181200.430.8500.53269.4173.9127.06
Hex4412782B5503510d4a1b
Octal104221705312506541511233
Binary100010010010111100010101110101010110101100001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441278; }

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

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

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

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

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

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

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

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