#4407AD

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

Shades of Indigo #4407AD

Tints of Indigo #4407AD

Color information

#4407AD (or 0x4407AD) is unknown color: approx Indigo. HEX triplet: 44, 07 and AD. RGB value is (68,7,173). Sum of RGB (Red+Green+Blue) = 68+7+173=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #4407AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4407AD is #BBF852. Grayscale: #2B2B2B. Windows color (decimal): -12318803 or 11339588. OLE color: 11339588.

HSL color Cylindrical-coordinate representation of color #4407AD: hue angle of 262.05º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4407AD is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB687173-
CMYK0.610.9600.32
HSL262.05º92.22%35.29%-
HSV(B)262.05º95.95%67.84%-
XYZ104.439.86-
YUV44.16200.71145-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 7 (3.12% from 255) = 2.82%
BLUE value IS 173 (67.97% from 255) = 69.76%
R=27.42%
G=2.82%
B=69.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6871730.610.9600.32262.0592.2235.29
Hex447AD3D600201065c23
Octal10472557514004040613443
Binary100010011110101101111101110000001000001000001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4407AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4407AD; }

 p { color: rgb(68,7,173); }

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

<style>
 a { background-color: #4407AD; }

 a { background-color: rgb(68,7,173); }

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

<style>
 span { border-color: #4407AD; }

 span { border-color: rgb(68,7,173); }

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