Html Css Color HEX #400682 Indigo

📋 copy color: '#400682'

red 64 ◦ green 6 ◦ blue 130

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

Shades of Indigo #400682

Tints of Indigo #400682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65%

R = 32%
G = 3%
B = 65%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#400682 (or 0x400682) is known color: Indigo. HEX triplet: 40, 06 and 82. RGB value is (64,6,130). Sum of RGB (Red+Green+Blue) = 64+6+130=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #400682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400682 is #BFF97D. Grayscale: #252525. Windows color (decimal): -12581246 or 8521280. OLE color: 8521280.

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

Color convert

RGB 64 6 130 -
CMYK 0.51 0.95 0 0.49
HSL 268.06º 0.91% 0.27% -
HSV(B) 268.06º 0.95% 0.51% -
XYZ 6.21 2.83 21.34 -
YUV 37.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 64 6 130 0.51 0.95 0 0.49 268.06 0.91 0.27
Hex 40 6 82 33 5F 0 31 10C 5B 1B
Octal 100 6 202 63 137 0 61 414 133 33
Binary 1000000 110 10000010 110011 1011111 0 110001 100001100 1011011 11011

Color Harmonies of #400682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400682

Black with #400682

Text Example


Text Example

White with #400682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400682; }

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

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

background-color css

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

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

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

border-color css

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

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

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