#440260

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

Shades of Indigo #440260

Tints of Indigo #440260

Color information

#440260 (or 0x440260) is unknown color: approx Indigo. HEX triplet: 44, 02 and 60. RGB value is (68,2,96). Sum of RGB (Red+Green+Blue) = 68+2+96=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #440260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440260 is #BBFD9F. Grayscale: #202020. Windows color (decimal): -12320160 or 6292036. OLE color: 6292036.

HSL color Cylindrical-coordinate representation of color #440260: hue angle of 282.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440260 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68296-
CMYK0.290.9800.62
HSL282.13º95.92%19.22%-
HSV(B)282.13º97.92%37.65%-
XYZ4.522.1211.24-
YUV32.45163.87153.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=40.96%
G=1.20%
B=57.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal682960.290.9800.62282.1395.9219.22
Hex442601D6203E11a6013
Octal10421403514207643214023
Binary10001001011000001110111000100111110100011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440260; }

 p { color: rgb(68,2,96); }

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

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

 a { background-color: rgb(68,2,96); }

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

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

 span { border-color: rgb(68,2,96); }

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