Html Css Color HEX #400681 Indigo

📋 copy color: '#400681'

red 64 ◦ green 6 ◦ blue 129

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

Shades of Indigo #400681

Tints of Indigo #400681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 32.16%
G = 3.02%
B = 64.82%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#400681 (or 0x400681) is known color: Indigo. HEX triplet: 40, 06 and 81. RGB value is (64,6,129). Sum of RGB (Red+Green+Blue) = 64+6+129=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #400681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400681 is #BFF97E. Grayscale: #242424. Windows color (decimal): -12581247 or 8455744. OLE color: 8455744.

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

Color convert

RGB 64 6 129 -
CMYK 0.50 0.95 0 0.49
HSL 268.29º 0.91% 0.26% -
HSV(B) 268.29º 0.95% 0.51% -
XYZ 6.14 2.81 20.99 -
YUV 37.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 64 6 129 0.50 0.95 0 0.49 268.29 0.91 0.26
Hex 40 6 81 32 5F 0 31 10C 5B 1A
Octal 100 6 201 62 137 0 61 414 133 32
Binary 1000000 110 10000001 110010 1011111 0 110001 100001100 1011011 11010

Color Harmonies of #400681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400681

Black with #400681

Text Example


Text Example

White with #400681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400681; }

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

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

background-color css

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

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

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

border-color css

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

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

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