Html Css Color HEX #400660 Indigo

📋 copy color: '#400660'

red 64 ◦ green 6 ◦ blue 96

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

Shades of Indigo #400660

Tints of Indigo #400660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

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

R = 38.55%
G = 3.61%
B = 57.83%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400660 (or 0x400660) is known color: Indigo. HEX triplet: 40, 06 and 60. RGB value is (64,6,96). Sum of RGB (Red+Green+Blue) = 64+6+96=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #400660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400660 is #BFF99F. Grayscale: #212121. Windows color (decimal): -12581280 or 6293056. OLE color: 6293056.

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

Color convert

RGB 64 6 96 -
CMYK 0.33 0.94 0 0.62
HSL 278.67º 0.88% 0.2% -
HSV(B) 278.67º 0.94% 0.38% -
XYZ 4.29 2.06 11.24 -
YUV 33.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 64 6 96 0.33 0.94 0 0.62 278.67 0.88 0.2
Hex 40 6 60 21 5E 0 3E 117 58 14
Octal 100 6 140 41 136 0 76 427 130 24
Binary 1000000 110 1100000 100001 1011110 0 111110 100010111 1011000 10100

Color Harmonies of #400660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400660

Black with #400660

Text Example


Text Example

White with #400660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400660; }

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

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

background-color css

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

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

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

border-color css

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

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

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