#4407B2

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

Shades of Indigo #4407B2

Tints of Indigo #4407B2

Color information

#4407B2 (or 0x4407B2) is unknown color: approx Indigo. HEX triplet: 44, 07 and B2. RGB value is (68,7,178). Sum of RGB (Red+Green+Blue) = 68+7+178=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 178 (69.92% from 255 or 70.36% from 253); Max value from RGB is 178 - color contains mainly: blue. Hex color #4407B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4407B2 is #BBF84D. Grayscale: #2C2C2C. Windows color (decimal): -12318798 or 11667268. OLE color: 11667268.

HSL color Cylindrical-coordinate representation of color #4407B2: hue angle of 261.4º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4407B2 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB687178-
CMYK0.620.9600.30
HSL261.4º92.43%36.27%-
HSV(B)261.4º96.07%69.8%-
XYZ10.54.642.45-
YUV44.73203.21144.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 178 (69.92% from 255) = 70.36%
R=26.88%
G=2.77%
B=70.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6871780.620.9600.30261.492.4336.27
Hex447B23E6001E1055c24
Octal10472627614003640513444
Binary10001001111011001011111011000000111101000001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4407B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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