#440968

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

Shades of Indigo #440968

Tints of Indigo #440968

Color information

#440968 (or 0x440968) is unknown color: approx Indigo. HEX triplet: 44, 09 and 68. RGB value is (68,9,104). Sum of RGB (Red+Green+Blue) = 68+9+104=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #440968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440968 is #BBF697. Grayscale: #252525. Windows color (decimal): -12318360 or 6818116. OLE color: 6818116.

HSL color Cylindrical-coordinate representation of color #440968: hue angle of 277.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440968 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB689104-
CMYK0.350.9100.59
HSL277.26º84.07%22.16%-
HSV(B)277.26º91.35%40.78%-
XYZ4.982.4213.3-
YUV37.47165.55149.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=37.57%
G=4.97%
B=57.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6891040.350.9100.59277.2684.0722.16
Hex44968235B03B1155416
Octal104111504313307342512426
Binary10001001001110100010001110110110111011100010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440968; }

 p { color: rgb(68,9,104); }

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

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

 a { background-color: rgb(68,9,104); }

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

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

 span { border-color: rgb(68,9,104); }

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