Html Css Color HEX #400661 Indigo

📋 copy color: '#400661'

red 64 ◦ green 6 ◦ blue 97

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

Shades of Indigo #400661

Tints of Indigo #400661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 38.32%
G = 3.59%
B = 58.08%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400661 (or 0x400661) is known color: Indigo. HEX triplet: 40, 06 and 61. RGB value is (64,6,97). Sum of RGB (Red+Green+Blue) = 64+6+97=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #400661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400661 is #BFF99E. Grayscale: #212121. Windows color (decimal): -12581279 or 6358592. OLE color: 6358592.

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

Color convert

RGB 64 6 97 -
CMYK 0.34 0.94 0 0.62
HSL 278.24º 0.88% 0.2% -
HSV(B) 278.24º 0.94% 0.38% -
XYZ 4.34 2.08 11.48 -
YUV 33.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 64 6 97 0.34 0.94 0 0.62 278.24 0.88 0.2
Hex 40 6 61 22 5E 0 3E 116 58 14
Octal 100 6 141 42 136 0 76 426 130 24
Binary 1000000 110 1100001 100010 1011110 0 111110 100010110 1011000 10100

Color Harmonies of #400661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400661

Black with #400661

Text Example


Text Example

White with #400661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400661; }

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

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

background-color css

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

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

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

border-color css

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

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

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