#4007AA

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

Shades of Indigo #4007AA

Tints of Indigo #4007AA

Color information

#4007AA (or 0x4007AA) is unknown color: approx Indigo. HEX triplet: 40, 07 and AA. RGB value is (64,7,170). Sum of RGB (Red+Green+Blue) = 64+7+170=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #4007AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AA is #BFF855. Grayscale: #2A2A2A. Windows color (decimal): -12580950 or 11142976. OLE color: 11142976.

HSL color Cylindrical-coordinate representation of color #4007AA: hue angle of 260.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007AA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB647170-
CMYK0.620.9600.33
HSL260.98º92.09%34.71%-
HSV(B)260.98º95.88%66.67%-
XYZ9.454.1438.33-
YUV42.62199.88143.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=26.56%
G=2.90%
B=70.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6471700.620.9600.33260.9892.0934.71
Hex407AA3E600211055c23
Octal10072527614004140513443
Binary100000011110101010111110110000001000011000001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4007AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4007AA; }

 p { color: rgb(64,7,170); }

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

<style>
 a { background-color: #4007AA; }

 a { background-color: rgb(64,7,170); }

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

<style>
 span { border-color: #4007AA; }

 span { border-color: rgb(64,7,170); }

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