Html Css Color HEX #400496 Indigo

📋 copy color: '#400496'

red 64 ◦ green 4 ◦ blue 150

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

Shades of Indigo #400496

Tints of Indigo #400496

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 29.36%
G = 1.83%
B = 68.81%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#400496 (or 0x400496) is known color: Indigo. HEX triplet: 40, 04 and 96. RGB value is (64,4,150). Sum of RGB (Red+Green+Blue) = 64+4+150=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #400496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400496 is #BFFB69. Grayscale: #262626. Windows color (decimal): -12581738 or 9831488. OLE color: 9831488.

HSL color Cylindrical-coordinate representation of color #400496: hue angle of 264.66º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400496 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 4 150 -
CMYK 0.57 0.97 0 0.41
HSL 264.66º 0.95% 0.3% -
HSV(B) 264.66º 0.97% 0.59% -
XYZ 7.66 3.38 29.1 -
YUV 38.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 64 4 150 0.57 0.97 0 0.41 264.66 0.95 0.3
Hex 40 4 96 39 61 0 29 109 5F 1E
Octal 100 4 226 71 141 0 51 411 137 36
Binary 1000000 100 10010110 111001 1100001 0 101001 100001001 1011111 11110

Color Harmonies of #400496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400496

Black with #400496

Text Example


Text Example

White with #400496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400496; }

 p { color: rgb(64,4,150); }

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

background-color css

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

 a { background-color: rgb(64,4,150); }

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

border-color css

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

 span { border-color: rgb(64,4,150); }

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