Html Css Color HEX #400679 Indigo

📋 copy color: '#400679'

red 64 ◦ green 6 ◦ blue 121

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

Shades of Indigo #400679

Tints of Indigo #400679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 63.35%

R = 33.51%
G = 3.14%
B = 63.35%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400679 (or 0x400679) is known color: Indigo. HEX triplet: 40, 06 and 79. RGB value is (64,6,121). Sum of RGB (Red+Green+Blue) = 64+6+121=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #400679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400679 is #BFF986. Grayscale: #242424. Windows color (decimal): -12581255 or 7931456. OLE color: 7931456.

HSL color Cylindrical-coordinate representation of color #400679: hue angle of 270.26º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400679 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 6 121 -
CMYK 0.47 0.95 0 0.53
HSL 270.26º 0.91% 0.25% -
HSV(B) 270.26º 0.95% 0.47% -
XYZ 5.63 2.6 18.29 -
YUV 36.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 64 6 121 0.47 0.95 0 0.53 270.26 0.91 0.25
Hex 40 6 79 2F 5F 0 35 10E 5B 19
Octal 100 6 171 57 137 0 65 416 133 31
Binary 1000000 110 1111001 101111 1011111 0 110101 100001110 1011011 11001

Color Harmonies of #400679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400679

Black with #400679

Text Example


Text Example

White with #400679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400679; }

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

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

background-color css

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

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

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

border-color css

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

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

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