Html Css Color HEX #400171 Indigo

📋 copy color: '#400171'

red 64 ◦ green 1 ◦ blue 113

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

Shades of Indigo #400171

Tints of Indigo #400171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 113 (44.53% from 255) = 63.48%

R = 35.96%
G = 0.56%
B = 63.48%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400171 (or 0x400171) is known color: Indigo. HEX triplet: 40, 01 and 71. RGB value is (64,1,113). Sum of RGB (Red+Green+Blue) = 64+1+113=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #400171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400171 is #BFFE8E. Grayscale: #202020. Windows color (decimal): -12582543 or 7405888. OLE color: 7405888.

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

Color convert

RGB 64 1 113 -
CMYK 0.43 0.99 0 0.56
HSL 273.75º 0.98% 0.22% -
HSV(B) 273.75º 0.99% 0.44% -
XYZ 5.11 2.3 15.8 -
YUV 32.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 64 1 113 0.43 0.99 0 0.56 273.75 0.98 0.22
Hex 40 1 71 2B 63 0 38 112 62 16
Octal 100 1 161 53 143 0 70 422 142 26
Binary 1000000 1 1110001 101011 1100011 0 111000 100010010 1100010 10110

Color Harmonies of #400171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400171

Black with #400171

Text Example


Text Example

White with #400171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400171; }

 p { color: rgb(64,1,113); }

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

background-color css

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

 a { background-color: rgb(64,1,113); }

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

border-color css

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

 span { border-color: rgb(64,1,113); }

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