#40028A

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

Shades of Indigo #40028A

Tints of Indigo #40028A

Color information

#40028A (or 0x40028A) is unknown color: approx Indigo. HEX triplet: 40, 02 and 8A. RGB value is (64,2,138). Sum of RGB (Red+Green+Blue) = 64+2+138=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #40028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40028A is #BFFD75. Grayscale: #232323. Windows color (decimal): -12582262 or 9044544. OLE color: 9044544.

HSL color Cylindrical-coordinate representation of color #40028A: hue angle of 267.35º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40028A is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB642138-
CMYK0.540.9900.46
HSL267.35º97.14%27.45%-
HSV(B)267.35º98.55%54.12%-
XYZ6.722.9724.26-
YUV36.04185.54147.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 138 (54.30% from 255) = 67.65%
R=31.37%
G=0.98%
B=67.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6421380.540.9900.46267.3597.1427.45
Hex4028A366302E10b611b
Octal10022126614305641314133
Binary1000000101000101011011011000110101110100001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,2,138); }

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

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

 a { background-color: rgb(64,2,138); }

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

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

 span { border-color: rgb(64,2,138); }

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