Html Css Color HEX #400570 Indigo

📋 copy color: '#400570'

red 64 ◦ green 5 ◦ blue 112

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

Shades of Indigo #400570

Tints of Indigo #400570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 35.36%
G = 2.76%
B = 61.88%

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

#400570 (or 0x400570) is known color: Indigo. HEX triplet: 40, 05 and 70. RGB value is (64,5,112). Sum of RGB (Red+Green+Blue) = 64+5+112=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #400570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400570 is #BFFA8F. Grayscale: #222222. Windows color (decimal): -12581520 or 7341376. OLE color: 7341376.

HSL color Cylindrical-coordinate representation of color #400570: hue angle of 273.08º degrees, saturation: 0.91, 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 #400570 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 5 112 -
CMYK 0.43 0.96 0 0.56
HSL 273.08º 0.91% 0.23% -
HSV(B) 273.08º 0.96% 0.44% -
XYZ 5.09 2.37 15.52 -
YUV 34.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 64 5 112 0.43 0.96 0 0.56 273.08 0.91 0.23
Hex 40 5 70 2B 60 0 38 111 5B 17
Octal 100 5 160 53 140 0 70 421 133 27
Binary 1000000 101 1110000 101011 1100000 0 111000 100010001 1011011 10111

Color Harmonies of #400570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400570

Black with #400570

Text Example


Text Example

White with #400570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400570; }

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

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

background-color css

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

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

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

border-color css

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

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

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