#44027B

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

Shades of Indigo #44027B

Tints of Indigo #44027B

Color information

#44027B (or 0x44027B) is unknown color: approx Indigo. HEX triplet: 44, 02 and 7B. RGB value is (68,2,123). Sum of RGB (Red+Green+Blue) = 68+2+123=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #44027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44027B is #BBFD84. Grayscale: #232323. Windows color (decimal): -12320133 or 8061508. OLE color: 8061508.

HSL color Cylindrical-coordinate representation of color #44027B: hue angle of 272.73º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44027B is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB682123-
CMYK0.450.9800.52
HSL272.73º96.8%24.51%-
HSV(B)272.73º98.37%48.24%-
XYZ5.982.718.95-
YUV35.53177.37151.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=35.23%
G=1.04%
B=63.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6821230.450.9800.52272.7396.824.51
Hex4427B2D620341116119
Octal10421735514206442114131
Binary100010010111101110110111000100110100100010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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