#44028B

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

Shades of Indigo #44028B

Tints of Indigo #44028B

Color information

#44028B (or 0x44028B) is unknown color: approx Indigo. HEX triplet: 44, 02 and 8B. RGB value is (68,2,139). Sum of RGB (Red+Green+Blue) = 68+2+139=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #44028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44028B is #BBFD74. Grayscale: #242424. Windows color (decimal): -12320117 or 9110084. OLE color: 9110084.

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

Color convert

RGB682139-
CMYK0.510.9900.45
HSL268.91º97.16%27.65%-
HSV(B)268.91º98.56%54.51%-
XYZ7.073.1424.66-
YUV37.35185.37149.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=32.54%
G=0.96%
B=66.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6821390.510.9900.45268.9197.1627.65
Hex4428B336302D10d611c
Octal10422136314305541514134
Binary1000100101000101111001111000110101101100001101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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