Html Css Color HEX #400060 Indigo

📋 copy color: '#400060'

red 64 ◦ green 0 ◦ blue 96

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

Shades of Indigo #400060

Tints of Indigo #400060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400060 (or 0x400060) is known color: Indigo. HEX triplet: 40, 00 and 60. RGB value is (64,0,96). Sum of RGB (Red+Green+Blue) = 64+0+96=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #400060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400060 is #BFFF9F. Grayscale: #1D1D1D. Windows color (decimal): -12582816 or 6291520. OLE color: 6291520.

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

Color convert

RGB 64 0 96 -
CMYK 0.33 1 0 0.62
HSL 280º 1% 0.19% -
HSV(B) 280º 1% 0.38% -
XYZ 4.23 1.93 11.22 -
YUV 30.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 64 0 96 0.33 1 0 0.62 280 1 0.19
Hex 40 0 60 21 64 0 3E 118 64 13
Octal 100 0 140 41 144 0 76 430 144 23
Binary 1000000 0 1100000 100001 1100100 0 111110 100011000 1100100 10011

Color Harmonies of #400060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400060

Black with #400060

Text Example


Text Example

White with #400060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400060; }

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

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

background-color css

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

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

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

border-color css

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

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

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