#40015A

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

Shades of Indigo #40015A

Tints of Indigo #40015A

Color information

#40015A (or 0x40015A) is unknown color: approx Indigo. HEX triplet: 40, 01 and 5A. RGB value is (64,1,90). Sum of RGB (Red+Green+Blue) = 64+1+90=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #40015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40015A is #BFFEA5. Grayscale: #1D1D1D. Windows color (decimal): -12582566 or 5898560. OLE color: 5898560.

HSL color Cylindrical-coordinate representation of color #40015A: hue angle of 282.47º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40015A is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB64190-
CMYK0.290.9900.65
HSL282.47º97.8%17.84%-
HSV(B)282.47º98.89%35.29%-
XYZ3.971.859.82-
YUV29.98161.87152.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=41.29%
G=0.65%
B=58.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal641900.290.9900.65282.4797.817.84
Hex4015A1D6304111a6212
Octal100113235143010143214222
Binary10000001101101011101110001101000001100011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,1,90); }

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

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

 a { background-color: rgb(64,1,90); }

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

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

 span { border-color: rgb(64,1,90); }

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