Html Css Color HEX #400487 Indigo

📋 copy color: '#400487'

red 64 ◦ green 4 ◦ blue 135

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

Shades of Indigo #400487

Tints of Indigo #400487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.5%

R = 31.53%
G = 1.97%
B = 66.5%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400487 (or 0x400487) is known color: Indigo. HEX triplet: 40, 04 and 87. RGB value is (64,4,135). Sum of RGB (Red+Green+Blue) = 64+4+135=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #400487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400487 is #BFFB78. Grayscale: #242424. Windows color (decimal): -12581753 or 8848448. OLE color: 8848448.

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

Color convert

RGB 64 4 135 -
CMYK 0.53 0.97 0 0.47
HSL 267.48º 0.94% 0.27% -
HSV(B) 267.48º 0.97% 0.53% -
XYZ 6.53 2.93 23.14 -
YUV 36.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 64 4 135 0.53 0.97 0 0.47 267.48 0.94 0.27
Hex 40 4 87 35 61 0 2F 10B 5E 1B
Octal 100 4 207 65 141 0 57 413 136 33
Binary 1000000 100 10000111 110101 1100001 0 101111 100001011 1011110 11011

Color Harmonies of #400487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400487

Black with #400487

Text Example


Text Example

White with #400487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400487; }

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

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

background-color css

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

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

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

border-color css

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

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

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