Html Css Color HEX #400497 Indigo

📋 copy color: '#400497'

red 64 ◦ green 4 ◦ blue 151

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

Shades of Indigo #400497

Tints of Indigo #400497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.95%

R = 29.22%
G = 1.83%
B = 68.95%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#400497 (or 0x400497) is known color: Indigo. HEX triplet: 40, 04 and 97. RGB value is (64,4,151). Sum of RGB (Red+Green+Blue) = 64+4+151=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #400497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400497 is #BFFB68. Grayscale: #262626. Windows color (decimal): -12581737 or 9897024. OLE color: 9897024.

HSL color Cylindrical-coordinate representation of color #400497: hue angle of 264.49º 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 #400497 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 4 151 -
CMYK 0.58 0.97 0 0.41
HSL 264.49º 0.95% 0.3% -
HSV(B) 264.49º 0.97% 0.59% -
XYZ 7.74 3.41 29.53 -
YUV 38.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 64 4 151 0.58 0.97 0 0.41 264.49 0.95 0.3
Hex 40 4 97 3A 61 0 29 108 5F 1E
Octal 100 4 227 72 141 0 51 410 137 36
Binary 1000000 100 10010111 111010 1100001 0 101001 100001000 1011111 11110

Color Harmonies of #400497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400497

Black with #400497

Text Example


Text Example

White with #400497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400497; }

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

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

background-color css

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

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

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

border-color css

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

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

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