#4007AB

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

Shades of Indigo #4007AB

Tints of Indigo #4007AB

Color information

#4007AB (or 0x4007AB) is unknown color: approx Indigo. HEX triplet: 40, 07 and AB. RGB value is (64,7,171). Sum of RGB (Red+Green+Blue) = 64+7+171=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #4007AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AB is #BFF854. Grayscale: #2A2A2A. Windows color (decimal): -12580949 or 11208512. OLE color: 11208512.

HSL color Cylindrical-coordinate representation of color #4007AB: hue angle of 260.85º 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 #4007AB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB647171-
CMYK0.630.9600.33
HSL260.85º92.13%34.9%-
HSV(B)260.85º95.91%67.06%-
XYZ9.544.1838.83-
YUV42.74200.38143.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 171 (67.19% from 255) = 70.66%
R=26.45%
G=2.89%
B=70.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6471710.630.9600.33260.8592.1334.9
Hex407AB3F600211055c23
Octal10072537714004140513443
Binary100000011110101011111111110000001000011000001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4007AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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