#40088B

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

Shades of Indigo #40088B

Tints of Indigo #40088B

Color information

#40088B (or 0x40088B) is unknown color: approx Indigo. HEX triplet: 40, 08 and 8B. RGB value is (64,8,139). Sum of RGB (Red+Green+Blue) = 64+8+139=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #40088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40088B is #BFF774. Grayscale: #272727. Windows color (decimal): -12580725 or 9111616. OLE color: 9111616.

HSL color Cylindrical-coordinate representation of color #40088B: hue angle of 265.65º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40088B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB648139-
CMYK0.540.9400.45
HSL265.65º89.12%28.82%-
HSV(B)265.65º94.24%54.51%-
XYZ6.863.1324.67-
YUV39.68184.05145.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=30.33%
G=3.79%
B=65.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6481390.540.9400.45265.6589.1228.82
Hex4088B365E02D10a591d
Octal100102136613605541213135
Binary100000010001000101111011010111100101101100001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40088B; }

 p { color: rgb(64,8,139); }

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

<style>
 a { background-color: #40088B; }

 a { background-color: rgb(64,8,139); }

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

<style>
 span { border-color: #40088B; }

 span { border-color: rgb(64,8,139); }

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