Html Css Color HEX #400475 Indigo

📋 copy color: '#400475'

red 64 ◦ green 4 ◦ blue 117

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

Shades of Indigo #400475

Tints of Indigo #400475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.24%

R = 34.59%
G = 2.16%
B = 63.24%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400475 (or 0x400475) is known color: Indigo. HEX triplet: 40, 04 and 75. RGB value is (64,4,117). Sum of RGB (Red+Green+Blue) = 64+4+117=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #400475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400475 is #BFFB8A. Grayscale: #222222. Windows color (decimal): -12581771 or 7668800. OLE color: 7668800.

HSL color Cylindrical-coordinate representation of color #400475: hue angle of 271.86º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400475 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 4 117 -
CMYK 0.45 0.97 0 0.54
HSL 271.86º 0.93% 0.24% -
HSV(B) 271.86º 0.97% 0.46% -
XYZ 5.37 2.46 17.02 -
YUV 34.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 64 4 117 0.45 0.97 0 0.54 271.86 0.93 0.24
Hex 40 4 75 2D 61 0 36 110 5D 18
Octal 100 4 165 55 141 0 66 420 135 30
Binary 1000000 100 1110101 101101 1100001 0 110110 100010000 1011101 11000

Color Harmonies of #400475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400475

Black with #400475

Text Example


Text Example

White with #400475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400475; }

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

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

background-color css

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

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

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

border-color css

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

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

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