#400362

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

Shades of Indigo #400362

Tints of Indigo #400362

Color information

#400362 (or 0x400362) is unknown color: approx Indigo. HEX triplet: 40, 03 and 62. RGB value is (64,3,98). Sum of RGB (Red+Green+Blue) = 64+3+98=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #400362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400362 is #BFFC9D. Grayscale: #1F1F1F. Windows color (decimal): -12582046 or 6423360. OLE color: 6423360.

HSL color Cylindrical-coordinate representation of color #400362: hue angle of 278.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400362 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64398-
CMYK0.350.9700.62
HSL278.53º94.06%19.8%-
HSV(B)278.53º96.94%38.43%-
XYZ4.352.0411.72-
YUV32.07165.21150.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=38.79%
G=1.82%
B=59.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal643980.350.9700.62278.5394.0619.8
Hex40362236103E1175e14
Octal10031424314107642713624
Binary100000011110001010001111000010111110100010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400362; }

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

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

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

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

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

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

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

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