#400B7B

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

Shades of Indigo #400B7B

Tints of Indigo #400B7B

Color information

#400B7B (or 0x400B7B) is unknown color: approx Indigo. HEX triplet: 40, 0B and 7B. RGB value is (64,11,123). Sum of RGB (Red+Green+Blue) = 64+11+123=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #400B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B7B is #BFF484. Grayscale: #272727. Windows color (decimal): -12579973 or 8063808. OLE color: 8063808.

HSL color Cylindrical-coordinate representation of color #400B7B: hue angle of 268.39º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400B7B is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6411123-
CMYK0.480.9100.52
HSL268.39º83.58%26.27%-
HSV(B)268.39º91.06%48.24%-
XYZ5.812.7618.97-
YUV39.62175.06145.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=32.32%
G=5.56%
B=62.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64111230.480.9100.52268.3983.5826.27
Hex40B7B305B03410c541a
Octal100131736013306441412432
Binary10000001011111101111000010110110110100100001100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400B7B; }

 p { color: rgb(64,11,123); }

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

<style>
 a { background-color: #400B7B; }

 a { background-color: rgb(64,11,123); }

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

<style>
 span { border-color: #400B7B; }

 span { border-color: rgb(64,11,123); }

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