#40026A

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

Shades of Indigo #40026A

Tints of Indigo #40026A

Color information

#40026A (or 0x40026A) is unknown color: approx Indigo. HEX triplet: 40, 02 and 6A. RGB value is (64,2,106). Sum of RGB (Red+Green+Blue) = 64+2+106=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 106 (41.80% from 255 or 61.63% from 172); Max value from RGB is 106 - color contains mainly: blue. Hex color #40026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40026A is #BFFD95. Grayscale: #202020. Windows color (decimal): -12582294 or 6947392. OLE color: 6947392.

HSL color Cylindrical-coordinate representation of color #40026A: hue angle of 275.77º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40026A is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB642106-
CMYK0.400.9800.58
HSL275.77º96.3%21.18%-
HSV(B)275.77º98.11%41.57%-
XYZ4.742.1713.81-
YUV32.39169.54150.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 106 (41.80% from 255) = 61.63%
R=37.21%
G=1.16%
B=61.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6421060.400.9800.58275.7796.321.18
Hex4026A286203A1146015
Octal10021525014207242414025
Binary100000010110101010100011000100111010100010100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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