#4400B5

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

Shades of Indigo #4400B5

Tints of Indigo #4400B5

Color information

#4400B5 (or 0x4400B5) is unknown color: approx Indigo. HEX triplet: 44, 00 and B5. RGB value is (68,0,181). Sum of RGB (Red+Green+Blue) = 68+0+181=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #4400B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400B5 is #BBFF4A. Grayscale: #282828. Windows color (decimal): -12320587 or 11862084. OLE color: 11862084.

HSL color Cylindrical-coordinate representation of color #4400B5: hue angle of 262.54º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400B5 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB680181-
CMYK0.62100.29
HSL262.54º100%35.49%-
HSV(B)262.54º100%70.98%-
XYZ10.724.5744.03-
YUV40.97207.03147.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 72.69%
R=27.31%
G=0%
B=72.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6801810.62100.29262.5410035.49
Hex440B53E6401D1076423
Octal10402657614403540714443
Binary100010001011010111111011001000111011000001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4400B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4400B5; }

 p { color: rgb(68,0,181); }

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

<style>
 a { background-color: #4400B5; }

 a { background-color: rgb(68,0,181); }

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

<style>
 span { border-color: #4400B5; }

 span { border-color: rgb(68,0,181); }

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