#400193

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

Shades of Indigo #400193

Tints of Indigo #400193

Color information

#400193 (or 0x400193) is unknown color: approx Indigo. HEX triplet: 40, 01 and 93. RGB value is (64,1,147). Sum of RGB (Red+Green+Blue) = 64+1+147=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #400193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400193 is #BFFE6C. Grayscale: #232323. Windows color (decimal): -12582509 or 9634112. OLE color: 9634112.

HSL color Cylindrical-coordinate representation of color #400193: hue angle of 265.89º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400193 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB641147-
CMYK0.560.9900.42
HSL265.89º98.65%29.02%-
HSV(B)265.89º99.32%57.65%-
XYZ7.393.2227.84-
YUV36.48190.37147.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 147 (57.81% from 255) = 69.34%
R=30.19%
G=0.47%
B=69.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6411470.560.9900.42265.8998.6529.02
Hex40193386302A10a631d
Octal10012237014305241214335
Binary100000011001001111100011000110101010100001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400193; }

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

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

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

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

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

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

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

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