#44127E

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

Shades of Indigo #44127E

Tints of Indigo #44127E

Color information

#44127E (or 0x44127E) is unknown color: approx Indigo. HEX triplet: 44, 12 and 7E. RGB value is (68,18,126). Sum of RGB (Red+Green+Blue) = 68+18+126=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #44127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44127E is #BBED81. Grayscale: #2C2C2C. Windows color (decimal): -12316034 or 8262212. OLE color: 8262212.

HSL color Cylindrical-coordinate representation of color #44127E: hue angle of 267.78º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44127E is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6818126-
CMYK0.460.8600.51
HSL267.78º75%28.24%-
HSV(B)267.78º85.71%49.41%-
XYZ6.373.1720.01-
YUV45.26173.56144.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 126 (49.61% from 255) = 59.43%
R=32.08%
G=8.49%
B=59.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68181260.460.8600.51267.787528.24
Hex44127E2E5603310c4b1c
Octal104221765612606341411334
Binary100010010010111111010111010101100110011100001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44127E; }

 p { color: rgb(68,18,126); }

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

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

 a { background-color: rgb(68,18,126); }

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

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

 span { border-color: rgb(68,18,126); }

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