#400162

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

Shades of Indigo #400162

Tints of Indigo #400162

Color information

#400162 (or 0x400162) is unknown color: approx Indigo. HEX triplet: 40, 01 and 62. RGB value is (64,1,98). Sum of RGB (Red+Green+Blue) = 64+1+98=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #400162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400162 is #BFFE9D. Grayscale: #1E1E1E. Windows color (decimal): -12582558 or 6422848. OLE color: 6422848.

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

Color convert

RGB64198-
CMYK0.350.9900.62
HSL278.97º97.98%19.41%-
HSV(B)278.97º98.98%38.43%-
XYZ4.331.9911.71-
YUV30.9165.87151.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=39.26%
G=0.61%
B=60.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal641980.350.9900.62278.9797.9819.41
Hex40162236303E1176213
Octal10011424314307642714223
Binary10000001110001010001111000110111110100010111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400162; }

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

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

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

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

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

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

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

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