Html Css Color HEX #400699 Indigo

📋 copy color: '#400699'

red 64 ◦ green 6 ◦ blue 153

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

Shades of Indigo #400699

Tints of Indigo #400699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.61%

R = 28.7%
G = 2.69%
B = 68.61%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#400699 (or 0x400699) is known color: Indigo. HEX triplet: 40, 06 and 99. RGB value is (64,6,153). Sum of RGB (Red+Green+Blue) = 64+6+153=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #400699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400699 is #BFF966. Grayscale: #272727. Windows color (decimal): -12581223 or 10028608. OLE color: 10028608.

HSL color Cylindrical-coordinate representation of color #400699: hue angle of 263.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400699 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 6 153 -
CMYK 0.58 0.96 0 0.4
HSL 263.67º 0.92% 0.31% -
HSV(B) 263.67º 0.96% 0.6% -
XYZ 7.93 3.52 30.4 -
YUV 40.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 64 6 153 0.58 0.96 0 0.4 263.67 0.92 0.31
Hex 40 6 99 3A 60 0 28 108 5C 1F
Octal 100 6 231 72 140 0 50 410 134 37
Binary 1000000 110 10011001 111010 1100000 0 101000 100001000 1011100 11111

Color Harmonies of #400699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400699

Black with #400699

Text Example


Text Example

White with #400699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400699; }

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

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

background-color css

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

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

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

border-color css

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

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

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