#400584

Color #400584 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #400584

Tints of Indigo #400584

Color information

#400584 (or 0x400584) is unknown color: approx Indigo. HEX triplet: 40, 05 and 84. RGB value is (64,5,132). Sum of RGB (Red+Green+Blue) = 64+5+132=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #400584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400584 is #BFFA7B. Grayscale: #242424. Windows color (decimal): -12581500 or 8652096. OLE color: 8652096.

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

Color convert

RGB645132-
CMYK0.520.9600.48
HSL267.87º92.7%26.86%-
HSV(B)267.87º96.21%51.76%-
XYZ6.332.8622.05-
YUV37.12181.55147.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 132 (51.95% from 255) = 65.67%
R=31.84%
G=2.49%
B=65.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6451320.520.9600.48267.8792.726.86
Hex40584346003010c5d1b
Octal10052046414006041413533
Binary10000001011000010011010011000000110000100001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400584; }

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

 H1.HeaderClassName
 {
   color: #400584;
 }
 .AnyTagClassName
 {
   color: #400584;
 }
</style>
background-color css

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

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

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

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

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

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