#441286

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

Shades of Indigo #441286

Tints of Indigo #441286

Color information

#441286 (or 0x441286) is unknown color: approx Indigo. HEX triplet: 44, 12 and 86. RGB value is (68,18,134). Sum of RGB (Red+Green+Blue) = 68+18+134=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #441286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441286 is #BBED79. Grayscale: #2D2D2D. Windows color (decimal): -12316026 or 8786500. OLE color: 8786500.

HSL color Cylindrical-coordinate representation of color #441286: hue angle of 265.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441286 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6818134-
CMYK0.490.8700.47
HSL265.86º76.32%29.8%-
HSV(B)265.86º86.57%52.55%-
XYZ6.93.3822.84-
YUV46.17177.56143.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 134 (52.73% from 255) = 60.91%
R=30.91%
G=8.18%
B=60.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68181340.490.8700.47265.8676.3229.8
Hex441286315702F10a4c1e
Octal104222066112705741211436
Binary1000100100101000011011000110101110101111100001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441286; }

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

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

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

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

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

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

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

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