#40026B

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

Shades of Indigo #40026B

Tints of Indigo #40026B

Color information

#40026B (or 0x40026B) is unknown color: approx Indigo. HEX triplet: 40, 02 and 6B. RGB value is (64,2,107). Sum of RGB (Red+Green+Blue) = 64+2+107=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #40026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40026B is #BFFD94. Grayscale: #202020. Windows color (decimal): -12582293 or 7012928. OLE color: 7012928.

HSL color Cylindrical-coordinate representation of color #40026B: hue angle of 275.43º 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 #40026B is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB642107-
CMYK0.400.9800.58
HSL275.43º96.33%21.37%-
HSV(B)275.43º98.13%41.96%-
XYZ4.792.1914.08-
YUV32.51170.04150.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=36.99%
G=1.16%
B=61.85%

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
Decimal6421070.400.9800.58275.4396.3321.37
Hex4026B286203A1136015
Octal10021535014207242314025
Binary100000010110101110100011000100111010100010011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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