#440162

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

Shades of Indigo #440162

Tints of Indigo #440162

Color information

#440162 (or 0x440162) is unknown color: approx Indigo. HEX triplet: 44, 01 and 62. RGB value is (68,1,98). Sum of RGB (Red+Green+Blue) = 68+1+98=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #440162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440162 is #BBFE9D. Grayscale: #1F1F1F. Windows color (decimal): -12320414 or 6422852. OLE color: 6422852.

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

Color convert

RGB68198-
CMYK0.310.9900.62
HSL281.44º97.98%19.41%-
HSV(B)281.44º98.98%38.43%-
XYZ4.62.1311.72-
YUV32.09165.2153.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=40.72%
G=0.60%
B=58.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal681980.310.9900.62281.4497.9819.41
Hex441621F6303E1196213
Octal10411423714307643114223
Binary1000100111000101111111000110111110100011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440162; }

 p { color: rgb(68,1,98); }

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

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

 a { background-color: rgb(68,1,98); }

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

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

 span { border-color: rgb(68,1,98); }

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