#400166

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

Shades of Indigo #400166

Tints of Indigo #400166

Color information

#400166 (or 0x400166) is unknown color: approx Indigo. HEX triplet: 40, 01 and 66. RGB value is (64,1,102). Sum of RGB (Red+Green+Blue) = 64+1+102=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #400166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400166 is #BFFE99. Grayscale: #1F1F1F. Windows color (decimal): -12582554 or 6684992. OLE color: 6684992.

HSL color Cylindrical-coordinate representation of color #400166: hue angle of 277.43º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400166 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB641102-
CMYK0.370.9900.6
HSL277.43º98.06%20.2%-
HSV(B)277.43º99.02%40%-
XYZ4.522.0712.73-
YUV31.35167.87151.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=38.32%
G=0.60%
B=61.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6411020.370.9900.6277.4398.0620.2
Hex40166256303C1156214
Octal10011464514307442514224
Binary10000001110011010010111000110111100100010101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400166; }

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

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

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

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

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

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

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

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