#40059E

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

Shades of Indigo #40059E

Tints of Indigo #40059E

Color information

#40059E (or 0x40059E) is unknown color: approx Indigo. HEX triplet: 40, 05 and 9E. RGB value is (64,5,158). Sum of RGB (Red+Green+Blue) = 64+5+158=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #40059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40059E is #BFFA61. Grayscale: #272727. Windows color (decimal): -12581474 or 10356032. OLE color: 10356032.

HSL color Cylindrical-coordinate representation of color #40059E: hue angle of 263.14º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40059E is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB645158-
CMYK0.590.9700.38
HSL263.14º93.87%31.96%-
HSV(B)263.14º96.84%61.96%-
XYZ8.343.6732.62-
YUV40.08194.55145.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=28.19%
G=2.20%
B=69.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6451580.590.9700.38263.1493.8731.96
Hex4059E3B610261075e20
Octal10052367314104640713640
Binary100000010110011110111011110000101001101000001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40059E; }

 p { color: rgb(64,5,158); }

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

<style>
 a { background-color: #40059E; }

 a { background-color: rgb(64,5,158); }

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

<style>
 span { border-color: #40059E; }

 span { border-color: rgb(64,5,158); }

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