Html Css Color HEX #400581 Indigo

📋 copy color: '#400581'

red 64 ◦ green 5 ◦ blue 129

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

Shades of Indigo #400581

Tints of Indigo #400581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.15%

R = 32.32%
G = 2.53%
B = 65.15%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#400581 (or 0x400581) is known color: Indigo. HEX triplet: 40, 05 and 81. RGB value is (64,5,129). Sum of RGB (Red+Green+Blue) = 64+5+129=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #400581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400581 is #BFFA7E. Grayscale: #242424. Windows color (decimal): -12581503 or 8455488. OLE color: 8455488.

HSL color Cylindrical-coordinate representation of color #400581: hue angle of 268.55º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400581 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 5 129 -
CMYK 0.50 0.96 0 0.49
HSL 268.55º 0.93% 0.26% -
HSV(B) 268.55º 0.96% 0.51% -
XYZ 6.13 2.78 20.98 -
YUV 36.78 180.05 147.42 -
System Red Green Blue C M Y K H S L
Decimal 64 5 129 0.50 0.96 0 0.49 268.55 0.93 0.26
Hex 40 5 81 32 60 0 31 10D 5D 1A
Octal 100 5 201 62 140 0 61 415 135 32
Binary 1000000 101 10000001 110010 1100000 0 110001 100001101 1011101 11010

Color Harmonies of #400581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400581

Black with #400581

Text Example


Text Example

White with #400581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400581; }

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

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

background-color css

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

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

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

border-color css

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

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

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