#40035C

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

Shades of Indigo #40035C

Tints of Indigo #40035C

Color information

#40035C (or 0x40035C) is unknown color: approx Indigo. HEX triplet: 40, 03 and 5C. RGB value is (64,3,92). Sum of RGB (Red+Green+Blue) = 64+3+92=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #40035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035C is #BFFCA3. Grayscale: #1F1F1F. Windows color (decimal): -12582052 or 6030144. OLE color: 6030144.

HSL color Cylindrical-coordinate representation of color #40035C: hue angle of 281.12º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40035C is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64392-
CMYK0.300.9700.64
HSL281.12º93.68%18.63%-
HSV(B)281.12º96.74%36.08%-
XYZ4.081.9310.28-
YUV31.38162.21151.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 92 (36.33% from 255) = 57.86%
R=40.25%
G=1.89%
B=57.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal643920.300.9700.64281.1293.6818.63
Hex4035C1E610401195e13
Octal100313436141010043113623
Binary100000011101110011110110000101000000100011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40035C; }

 p { color: rgb(64,3,92); }

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

<style>
 a { background-color: #40035C; }

 a { background-color: rgb(64,3,92); }

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

<style>
 span { border-color: #40035C; }

 span { border-color: rgb(64,3,92); }

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