#400867

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

Shades of Indigo #400867

Tints of Indigo #400867

Color information

#400867 (or 0x400867) is unknown color: approx Indigo. HEX triplet: 40, 08 and 67. RGB value is (64,8,103). Sum of RGB (Red+Green+Blue) = 64+8+103=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #400867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400867 is #BFF798. Grayscale: #232323. Windows color (decimal): -12580761 or 6752320. OLE color: 6752320.

HSL color Cylindrical-coordinate representation of color #400867: hue angle of 275.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400867 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB648103-
CMYK0.380.9200.60
HSL275.37º85.59%21.76%-
HSV(B)275.37º92.23%40.39%-
XYZ4.652.2413.02-
YUV35.57166.05148.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 103 (40.62% from 255) = 58.86%
R=36.57%
G=4.57%
B=58.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6481030.380.9200.60275.3785.5921.76
Hex40867265C03C1135616
Octal100101474613407442312626
Binary10000001000110011110011010111000111100100010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400867; }

 p { color: rgb(64,8,103); }

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

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

 a { background-color: rgb(64,8,103); }

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

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

 span { border-color: rgb(64,8,103); }

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