Html Css Color HEX #400870 Indigo

📋 copy color: '#400870'

red 64 ◦ green 8 ◦ blue 112

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

Shades of Indigo #400870

Tints of Indigo #400870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 34.78%
G = 4.35%
B = 60.87%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400870 (or 0x400870) is known color: Indigo. HEX triplet: 40, 08 and 70. RGB value is (64,8,112). Sum of RGB (Red+Green+Blue) = 64+8+112=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #400870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400870 is #BFF78F. Grayscale: #242424. Windows color (decimal): -12580752 or 7342144. OLE color: 7342144.

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

Color convert

RGB 64 8 112 -
CMYK 0.43 0.93 0 0.56
HSL 272.31º 0.87% 0.24% -
HSV(B) 272.31º 0.93% 0.44% -
XYZ 5.13 2.43 15.53 -
YUV 36.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 64 8 112 0.43 0.93 0 0.56 272.31 0.87 0.24
Hex 40 8 70 2B 5D 0 38 110 57 18
Octal 100 10 160 53 135 0 70 420 127 30
Binary 1000000 1000 1110000 101011 1011101 0 111000 100010000 1010111 11000

Color Harmonies of #400870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400870

Black with #400870

Text Example


Text Example

White with #400870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400870; }

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

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

background-color css

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

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

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

border-color css

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

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

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