#441291

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

Shades of Indigo #441291

Tints of Indigo #441291

Color information

#441291 (or 0x441291) is unknown color: approx Indigo. HEX triplet: 44, 12 and 91. RGB value is (68,18,145). Sum of RGB (Red+Green+Blue) = 68+18+145=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #441291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441291 is #BBED6E. Grayscale: #2E2E2E. Windows color (decimal): -12316015 or 9507396. OLE color: 9507396.

HSL color Cylindrical-coordinate representation of color #441291: hue angle of 263.62º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441291 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6818145-
CMYK0.530.8800.43
HSL263.62º77.91%31.96%-
HSV(B)263.62º87.59%56.86%-
XYZ7.713.7127.1-
YUV47.43183.06142.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 145 (57.03% from 255) = 62.77%
R=29.44%
G=7.79%
B=62.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68181450.530.8800.43263.6277.9131.96
Hex441291355802B1084e20
Octal104222216513005341011640
Binary10001001001010010001110101101100001010111000010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441291; }

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

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

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

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

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

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

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

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