Html Css Color HEX #400470 Indigo

📋 copy color: '#400470'

red 64 ◦ green 4 ◦ blue 112

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

Shades of Indigo #400470

Tints of Indigo #400470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 35.56%
G = 2.22%
B = 62.22%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400470 (or 0x400470) is known color: Indigo. HEX triplet: 40, 04 and 70. RGB value is (64,4,112). Sum of RGB (Red+Green+Blue) = 64+4+112=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #400470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400470 is #BFFB8F. Grayscale: #212121. Windows color (decimal): -12581776 or 7341120. OLE color: 7341120.

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

Color convert

RGB 64 4 112 -
CMYK 0.43 0.96 0 0.56
HSL 273.33º 0.93% 0.23% -
HSV(B) 273.33º 0.96% 0.44% -
XYZ 5.08 2.35 15.51 -
YUV 34.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 64 4 112 0.43 0.96 0 0.56 273.33 0.93 0.23
Hex 40 4 70 2B 60 0 38 111 5D 17
Octal 100 4 160 53 140 0 70 421 135 27
Binary 1000000 100 1110000 101011 1100000 0 111000 100010001 1011101 10111

Color Harmonies of #400470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400470

Black with #400470

Text Example


Text Example

White with #400470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400470; }

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

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

background-color css

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

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

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

border-color css

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

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

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