Html Css Color HEX #400460 Indigo

📋 copy color: '#400460'

red 64 ◦ green 4 ◦ blue 96

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

Shades of Indigo #400460

Tints of Indigo #400460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 39.02%
G = 2.44%
B = 58.54%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400460 (or 0x400460) is known color: Indigo. HEX triplet: 40, 04 and 60. RGB value is (64,4,96). Sum of RGB (Red+Green+Blue) = 64+4+96=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #400460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400460 is #BFFB9F. Grayscale: #202020. Windows color (decimal): -12581792 or 6292544. OLE color: 6292544.

HSL color Cylindrical-coordinate representation of color #400460: hue angle of 279.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400460 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 4 96 -
CMYK 0.33 0.96 0 0.62
HSL 279.13º 0.92% 0.2% -
HSV(B) 279.13º 0.96% 0.38% -
XYZ 4.27 2.02 11.23 -
YUV 32.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 64 4 96 0.33 0.96 0 0.62 279.13 0.92 0.2
Hex 40 4 60 21 60 0 3E 117 5C 14
Octal 100 4 140 41 140 0 76 427 134 24
Binary 1000000 100 1100000 100001 1100000 0 111110 100010111 1011100 10100

Color Harmonies of #400460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400460

Black with #400460

Text Example


Text Example

White with #400460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400460; }

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

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

background-color css

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

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

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

border-color css

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

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

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