#400062

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

Shades of Indigo #400062

Tints of Indigo #400062

Color information

#400062 (or 0x400062) is unknown color: approx Indigo. HEX triplet: 40, 00 and 62. RGB value is (64,0,98). Sum of RGB (Red+Green+Blue) = 64+0+98=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #400062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400062 is #BFFF9D. Grayscale: #1D1D1D. Windows color (decimal): -12582814 or 6422592. OLE color: 6422592.

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

Color convert

RGB64098-
CMYK0.35100.62
HSL279.18º100%19.22%-
HSV(B)279.18º100%38.43%-
XYZ4.321.9711.71-
YUV30.31166.2152.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 60.49%
R=39.51%
G=0%
B=60.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal640980.35100.62279.1810019.22
Hex40062236403E1176413
Octal10001424314407642714423
Binary10000000110001010001111001000111110100010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400062; }

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

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

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

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

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

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

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

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