#44128B

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

Shades of Indigo #44128B

Tints of Indigo #44128B

Color information

#44128B (or 0x44128B) is unknown color: approx Indigo. HEX triplet: 44, 12 and 8B. RGB value is (68,18,139). Sum of RGB (Red+Green+Blue) = 68+18+139=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #44128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44128B is #BBED74. Grayscale: #2E2E2E. Windows color (decimal): -12316021 or 9114180. OLE color: 9114180.

HSL color Cylindrical-coordinate representation of color #44128B: hue angle of 264.79º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44128B is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6818139-
CMYK0.510.8700.45
HSL264.79º77.07%30.78%-
HSV(B)264.79º87.05%54.51%-
XYZ7.263.5324.72-
YUV46.74180.06143.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=30.22%
G=8%
B=61.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68181390.510.8700.45264.7977.0730.78
Hex44128B335702D1094d1f
Octal104222136312705541111537
Binary1000100100101000101111001110101110101101100001001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44128B; }

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

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

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

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

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

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

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

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