Html Css Color HEX #400160 Indigo

📋 copy color: '#400160'

red 64 ◦ green 1 ◦ blue 96

#400160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #400160

Tints of Indigo #400160

RGB

 RED value IS 64 (25.39% from 255) = 39.75%

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 39.75%
G = 0.62%
B = 59.63%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400160 (or 0x400160) is known color: Indigo. HEX triplet: 40, 01 and 60. RGB value is (64,1,96). Sum of RGB (Red+Green+Blue) = 64+1+96=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #400160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400160 is #BFFE9F. Grayscale: #1E1E1E. Windows color (decimal): -12582560 or 6291776. OLE color: 6291776.

HSL color Cylindrical-coordinate representation of color #400160: hue angle of 279.79º 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 #400160 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 1 96 -
CMYK 0.33 0.99 0 0.62
HSL 279.79º 0.98% 0.19% -
HSV(B) 279.79º 0.99% 0.38% -
XYZ 4.24 1.96 11.22 -
YUV 30.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 64 1 96 0.33 0.99 0 0.62 279.79 0.98 0.19
Hex 40 1 60 21 63 0 3E 118 62 13
Octal 100 1 140 41 143 0 76 430 142 23
Binary 1000000 1 1100000 100001 1100011 0 111110 100011000 1100010 10011

Color Harmonies of #400160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400160

Black with #400160

Text Example


Text Example

White with #400160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400160; }

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

 H1.HeaderClassName
 {
   color: #400160;
 }
 .AnyTagClassName
 {
   color: #400160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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