Html Css Color HEX #400A70 Indigo

📋 copy color: '#400A70'

red 64 ◦ green 10 ◦ blue 112

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

Shades of Indigo #400A70

Tints of Indigo #400A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.38%

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

R = 34.41%
G = 5.38%
B = 60.22%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400A70 (or 0x400A70) is known color: Indigo. HEX triplet: 40, 0A and 70. RGB value is (64,10,112). Sum of RGB (Red+Green+Blue) = 64+10+112=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #400A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A70 is #BFF58F. Grayscale: #252525. Windows color (decimal): -12580240 or 7342656. OLE color: 7342656.

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

Color convert

RGB 64 10 112 -
CMYK 0.43 0.91 0 0.56
HSL 271.76º 0.84% 0.24% -
HSV(B) 271.76º 0.91% 0.44% -
XYZ 5.15 2.48 15.54 -
YUV 37.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 64 10 112 0.43 0.91 0 0.56 271.76 0.84 0.24
Hex 40 A 70 2B 5B 0 38 110 54 18
Octal 100 12 160 53 133 0 70 420 124 30
Binary 1000000 1010 1110000 101011 1011011 0 111000 100010000 1010100 11000

Color Harmonies of #400A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A70

Black with #400A70

Text Example


Text Example

White with #400A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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