#440063

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

Shades of Indigo #440063

Tints of Indigo #440063

Color information

#440063 (or 0x440063) is unknown color: approx Indigo. HEX triplet: 44, 00 and 63. RGB value is (68,0,99). Sum of RGB (Red+Green+Blue) = 68+0+99=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #440063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440063 is #BBFF9C. Grayscale: #1F1F1F. Windows color (decimal): -12320669 or 6488132. OLE color: 6488132.

HSL color Cylindrical-coordinate representation of color #440063: hue angle of 281.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440063 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB68099-
CMYK0.31100.61
HSL281.21º100%19.41%-
HSV(B)281.21º100%38.82%-
XYZ4.642.1311.97-
YUV31.62166.03153.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=40.72%
G=0%
B=59.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal680990.31100.61281.2110019.41
Hex440631F6403D1196413
Octal10401433714407543114423
Binary1000100011000111111111001000111101100011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440063; }

 p { color: rgb(68,0,99); }

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

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

 a { background-color: rgb(68,0,99); }

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

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

 span { border-color: rgb(68,0,99); }

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