#40025D

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

Shades of Indigo #40025D

Tints of Indigo #40025D

Color information

#40025D (or 0x40025D) is unknown color: approx Indigo. HEX triplet: 40, 02 and 5D. RGB value is (64,2,93). Sum of RGB (Red+Green+Blue) = 64+2+93=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #40025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40025D is #BFFDA2. Grayscale: #1E1E1E. Windows color (decimal): -12582307 or 6095424. OLE color: 6095424.

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

Color convert

RGB64293-
CMYK0.310.9800.64
HSL280.88º95.79%18.63%-
HSV(B)280.88º97.85%36.47%-
XYZ4.111.9210.51-
YUV30.91163.04151.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=40.25%
G=1.26%
B=58.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal642930.310.9800.64280.8895.7918.63
Hex4025D1F620401196013
Octal100213537142010043114023
Binary100000010101110111111110001001000000100011001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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