Html Css Color HEX #400484 Indigo

📋 copy color: '#400484'

red 64 ◦ green 4 ◦ blue 132

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

Shades of Indigo #400484

Tints of Indigo #400484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

 BLUE value IS 132 (51.95% from 255) = 66%

R = 32%
G = 2%
B = 66%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#400484 (or 0x400484) is known color: Indigo. HEX triplet: 40, 04 and 84. RGB value is (64,4,132). Sum of RGB (Red+Green+Blue) = 64+4+132=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #400484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400484 is #BFFB7B. Grayscale: #242424. Windows color (decimal): -12581756 or 8651840. OLE color: 8651840.

HSL color Cylindrical-coordinate representation of color #400484: hue angle of 268.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400484 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 4 132 -
CMYK 0.52 0.97 0 0.48
HSL 268.13º 0.94% 0.27% -
HSV(B) 268.13º 0.97% 0.52% -
XYZ 6.32 2.84 22.05 -
YUV 36.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 64 4 132 0.52 0.97 0 0.48 268.13 0.94 0.27
Hex 40 4 84 34 61 0 30 10C 5E 1B
Octal 100 4 204 64 141 0 60 414 136 33
Binary 1000000 100 10000100 110100 1100001 0 110000 100001100 1011110 11011

Color Harmonies of #400484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400484

Black with #400484

Text Example


Text Example

White with #400484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400484; }

 p { color: rgb(64,4,132); }

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

background-color css

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

 a { background-color: rgb(64,4,132); }

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

border-color css

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

 span { border-color: rgb(64,4,132); }

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