#44127C

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

Shades of Indigo #44127C

Tints of Indigo #44127C

Color information

#44127C (or 0x44127C) is unknown color: approx Indigo. HEX triplet: 44, 12 and 7C. RGB value is (68,18,124). Sum of RGB (Red+Green+Blue) = 68+18+124=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #44127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44127C is #BBED83. Grayscale: #2C2C2C. Windows color (decimal): -12316036 or 8131140. OLE color: 8131140.

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

Color convert

RGB6818124-
CMYK0.450.8500.51
HSL268.3º74.65%27.84%-
HSV(B)268.3º85.48%48.63%-
XYZ6.243.1219.34-
YUV45.03172.56144.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=32.38%
G=8.57%
B=59.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68181240.450.8500.51268.374.6527.84
Hex44127C2D5503310c4b1c
Octal104221745512506341411334
Binary100010010010111110010110110101010110011100001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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