#40015D

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

Shades of Indigo #40015D

Tints of Indigo #40015D

Color information

#40015D (or 0x40015D) is unknown color: approx Indigo. HEX triplet: 40, 01 and 5D. RGB value is (64,1,93). Sum of RGB (Red+Green+Blue) = 64+1+93=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #40015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40015D is #BFFEA2. Grayscale: #1E1E1E. Windows color (decimal): -12582563 or 6095168. OLE color: 6095168.

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

Color convert

RGB64193-
CMYK0.310.9900.64
HSL281.09º97.87%18.43%-
HSV(B)281.09º98.92%36.47%-
XYZ4.11.910.51-
YUV30.32163.37152.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 93 (36.72% from 255) = 58.86%
R=40.51%
G=0.63%
B=58.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal641930.310.9900.64281.0997.8718.43
Hex4015D1F630401196212
Octal100113537143010043114222
Binary10000001101110111111110001101000000100011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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