#400372

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

Shades of Indigo #400372

Tints of Indigo #400372

Color information

#400372 (or 0x400372) is unknown color: approx Indigo. HEX triplet: 40, 03 and 72. RGB value is (64,3,114). Sum of RGB (Red+Green+Blue) = 64+3+114=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #400372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400372 is #BFFC8D. Grayscale: #212121. Windows color (decimal): -12582030 or 7471936. OLE color: 7471936.

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

Color convert

RGB643114-
CMYK0.440.9700.55
HSL272.97º94.87%22.94%-
HSV(B)272.97º97.37%44.71%-
XYZ5.182.3716.1-
YUV33.89173.21149.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=35.36%
G=1.66%
B=62.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6431140.440.9700.55272.9794.8722.94
Hex403722C610371115f17
Octal10031625414106742113727
Binary100000011111001010110011000010110111100010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400372; }

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

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

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

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

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

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

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

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