#400095

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

Shades of Indigo #400095

Tints of Indigo #400095

Color information

#400095 (or 0x400095) is unknown color: approx Indigo. HEX triplet: 40, 00 and 95. RGB value is (64,0,149). Sum of RGB (Red+Green+Blue) = 64+0+149=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #400095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400095 is #BFFF6A. Grayscale: #232323. Windows color (decimal): -12582763 or 9764928. OLE color: 9764928.

HSL color Cylindrical-coordinate representation of color #400095: hue angle of 265.77º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400095 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB640149-
CMYK0.57100.42
HSL265.77º100%29.22%-
HSV(B)265.77º100%58.43%-
XYZ7.543.2628.67-
YUV36.12191.7147.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=30.05%
G=0%
B=69.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6401490.57100.42265.7710029.22
Hex40095396402A10a641d
Octal10002257114405241214435
Binary100000001001010111100111001000101010100001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400095; }

 p { color: rgb(64,0,149); }

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

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

 a { background-color: rgb(64,0,149); }

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

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

 span { border-color: rgb(64,0,149); }

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