#40027B

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

Shades of Indigo #40027B

Tints of Indigo #40027B

Color information

#40027B (or 0x40027B) is unknown color: approx Indigo. HEX triplet: 40, 02 and 7B. RGB value is (64,2,123). Sum of RGB (Red+Green+Blue) = 64+2+123=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #40027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40027B is #BFFD84. Grayscale: #212121. Windows color (decimal): -12582277 or 8061504. OLE color: 8061504.

HSL color Cylindrical-coordinate representation of color #40027B: hue angle of 270.74º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40027B is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB642123-
CMYK0.480.9800.52
HSL270.74º96.8%24.51%-
HSV(B)270.74º98.37%48.24%-
XYZ5.712.5618.93-
YUV34.33178.04149.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=33.86%
G=1.06%
B=65.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6421230.480.9800.52270.7496.824.51
Hex4027B306203410f6119
Octal10021736014206441714131
Binary100000010111101111000011000100110100100001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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