#400173

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

Shades of Indigo #400173

Tints of Indigo #400173

Color information

#400173 (or 0x400173) is unknown color: approx Indigo. HEX triplet: 40, 01 and 73. RGB value is (64,1,115). Sum of RGB (Red+Green+Blue) = 64+1+115=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 115 (45.31% from 255 or 63.89% from 180); Max value from RGB is 115 - color contains mainly: blue. Hex color #400173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400173 is #BFFE8C. Grayscale: #202020. Windows color (decimal): -12582541 or 7536960. OLE color: 7536960.

HSL color Cylindrical-coordinate representation of color #400173: hue angle of 273.16º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400173 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB641115-
CMYK0.440.9900.55
HSL273.16º98.28%22.75%-
HSV(B)273.16º99.13%45.1%-
XYZ5.222.3516.4-
YUV32.83174.37150.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 115 (45.31% from 255) = 63.89%
R=35.56%
G=0.56%
B=63.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411150.440.9900.55273.1698.2822.75
Hex401732C630371116217
Octal10011635414306742114227
Binary10000001111001110110011000110110111100010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400173; }

 p { color: rgb(64,1,115); }

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

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

 a { background-color: rgb(64,1,115); }

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

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

 span { border-color: rgb(64,1,115); }

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