#400185

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

Shades of Indigo #400185

Tints of Indigo #400185

Color information

#400185 (or 0x400185) is unknown color: approx Indigo. HEX triplet: 40, 01 and 85. RGB value is (64,1,133). Sum of RGB (Red+Green+Blue) = 64+1+133=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #400185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400185 is #BFFE7A. Grayscale: #222222. Windows color (decimal): -12582523 or 8716608. OLE color: 8716608.

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

Color convert

RGB641133-
CMYK0.520.9900.48
HSL268.64º98.51%26.27%-
HSV(B)268.64º99.25%52.16%-
XYZ6.362.8122.4-
YUV34.88183.37148.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 133 (52.34% from 255) = 67.17%
R=32.32%
G=0.51%
B=67.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6411330.520.9900.48268.6498.5126.27
Hex40185346303010d631a
Octal10012056414306041514332
Binary100000011000010111010011000110110000100001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400185; }

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

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

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

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

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

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

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

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