#441192

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

Shades of Indigo #441192

Tints of Indigo #441192

Color information

#441192 (or 0x441192) is unknown color: approx Indigo. HEX triplet: 44, 11 and 92. RGB value is (68,17,146). Sum of RGB (Red+Green+Blue) = 68+17+146=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #441192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441192 is #BBEE6D. Grayscale: #2E2E2E. Windows color (decimal): -12316270 or 9572676. OLE color: 9572676.

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

Color convert

RGB6817146-
CMYK0.530.8800.43
HSL263.72º79.14%31.96%-
HSV(B)263.72º88.36%57.25%-
XYZ7.773.7127.5-
YUV46.96183.9143.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=29.44%
G=7.36%
B=63.20%

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
Decimal68171460.530.8800.43263.7279.1431.96
Hex441192355802B1084f20
Octal104212226513005341011740
Binary10001001000110010010110101101100001010111000010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441192; }

 p { color: rgb(68,17,146); }

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

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

 a { background-color: rgb(68,17,146); }

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

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

 span { border-color: rgb(68,17,146); }

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