#40099A

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

Shades of Indigo #40099A

Tints of Indigo #40099A

Color information

#40099A (or 0x40099A) is unknown color: approx Indigo. HEX triplet: 40, 09 and 9A. RGB value is (64,9,154). Sum of RGB (Red+Green+Blue) = 64+9+154=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #40099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40099A is #BFF665. Grayscale: #292929. Windows color (decimal): -12580454 or 10094912. OLE color: 10094912.

HSL color Cylindrical-coordinate representation of color #40099A: hue angle of 262.76º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40099A is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB649154-
CMYK0.580.9400.40
HSL262.76º88.96%31.96%-
HSV(B)262.76º94.16%60.39%-
XYZ8.043.6230.85-
YUV41.97191.22143.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 154 (60.55% from 255) = 67.84%
R=28.19%
G=3.96%
B=67.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6491540.580.9400.40262.7688.9631.96
Hex4099A3A5E0281075920
Octal100112327213605040713140
Binary1000000100110011010111010101111001010001000001111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40099A; }

 p { color: rgb(64,9,154); }

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

<style>
 a { background-color: #40099A; }

 a { background-color: rgb(64,9,154); }

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

<style>
 span { border-color: #40099A; }

 span { border-color: rgb(64,9,154); }

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