Html Css Color HEX #400691 Indigo

📋 copy color: '#400691'

red 64 ◦ green 6 ◦ blue 145

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

Shades of Indigo #400691

Tints of Indigo #400691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 29.77%
G = 2.79%
B = 67.44%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#400691 (or 0x400691) is known color: Indigo. HEX triplet: 40, 06 and 91. RGB value is (64,6,145). Sum of RGB (Red+Green+Blue) = 64+6+145=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #400691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400691 is #BFF96E. Grayscale: #262626. Windows color (decimal): -12581231 or 9504320. OLE color: 9504320.

HSL color Cylindrical-coordinate representation of color #400691: hue angle of 265.04º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400691 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 6 145 -
CMYK 0.56 0.96 0 0.43
HSL 265.04º 0.92% 0.3% -
HSV(B) 265.04º 0.96% 0.57% -
XYZ 7.29 3.26 27.03 -
YUV 39.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 64 6 145 0.56 0.96 0 0.43 265.04 0.92 0.3
Hex 40 6 91 38 60 0 2B 109 5C 1E
Octal 100 6 221 70 140 0 53 411 134 36
Binary 1000000 110 10010001 111000 1100000 0 101011 100001001 1011100 11110

Color Harmonies of #400691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400691

Black with #400691

Text Example


Text Example

White with #400691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400691; }

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

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

background-color css

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

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

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

border-color css

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

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

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