Html Css Color HEX #400690 Indigo

📋 copy color: '#400690'

red 64 ◦ green 6 ◦ blue 144

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

Shades of Indigo #400690

Tints of Indigo #400690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.29%

R = 29.91%
G = 2.8%
B = 67.29%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#400690 (or 0x400690) is known color: Indigo. HEX triplet: 40, 06 and 90. RGB value is (64,6,144). Sum of RGB (Red+Green+Blue) = 64+6+144=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #400690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400690 is #BFF96F. Grayscale: #262626. Windows color (decimal): -12581232 or 9438784. OLE color: 9438784.

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

Color convert

RGB 64 6 144 -
CMYK 0.56 0.96 0 0.44
HSL 265.22º 0.92% 0.29% -
HSV(B) 265.22º 0.96% 0.56% -
XYZ 7.21 3.23 26.63 -
YUV 39.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 64 6 144 0.56 0.96 0 0.44 265.22 0.92 0.29
Hex 40 6 90 38 60 0 2C 109 5C 1D
Octal 100 6 220 70 140 0 54 411 134 35
Binary 1000000 110 10010000 111000 1100000 0 101100 100001001 1011100 11101

Color Harmonies of #400690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400690

Black with #400690

Text Example


Text Example

White with #400690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400690; }

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

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

background-color css

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

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

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

border-color css

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

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

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