#400275

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

Shades of Indigo #400275

Tints of Indigo #400275

Color information

#400275 (or 0x400275) is unknown color: approx Indigo. HEX triplet: 40, 02 and 75. RGB value is (64,2,117). Sum of RGB (Red+Green+Blue) = 64+2+117=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #400275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400275 is #BFFD8A. Grayscale: #212121. Windows color (decimal): -12582283 or 7668288. OLE color: 7668288.

HSL color Cylindrical-coordinate representation of color #400275: hue angle of 272.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400275 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB642117-
CMYK0.450.9800.54
HSL272.35º96.64%23.33%-
HSV(B)272.35º98.29%45.88%-
XYZ5.352.4217.01-
YUV33.65175.04149.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=34.97%
G=1.09%
B=63.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6421170.450.9800.54272.3596.6423.33
Hex402752D620361106117
Octal10021655514206642014127
Binary100000010111010110110111000100110110100010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400275; }

 p { color: rgb(64,2,117); }

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

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

 a { background-color: rgb(64,2,117); }

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

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

 span { border-color: rgb(64,2,117); }

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