Html Css Color HEX #400895 Indigo

📋 copy color: '#400895'

red 64 ◦ green 8 ◦ blue 149

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

Shades of Indigo #400895

Tints of Indigo #400895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 149 (58.59% from 255) = 67.42%

R = 28.96%
G = 3.62%
B = 67.42%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400895 (or 0x400895) is known color: Indigo. HEX triplet: 40, 08 and 95. RGB value is (64,8,149). Sum of RGB (Red+Green+Blue) = 64+8+149=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #400895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400895 is #BFF76A. Grayscale: #282828. Windows color (decimal): -12580715 or 9766976. OLE color: 9766976.

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

Color convert

RGB 64 8 149 -
CMYK 0.57 0.95 0 0.42
HSL 263.83º 0.9% 0.31% -
HSV(B) 263.83º 0.95% 0.58% -
XYZ 7.63 3.43 28.69 -
YUV 40.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 64 8 149 0.57 0.95 0 0.42 263.83 0.9 0.31
Hex 40 8 95 39 5F 0 2A 108 5A 1F
Octal 100 10 225 71 137 0 52 410 132 37
Binary 1000000 1000 10010101 111001 1011111 0 101010 100001000 1011010 11111

Color Harmonies of #400895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400895

Black with #400895

Text Example


Text Example

White with #400895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400895; }

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

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

background-color css

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

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

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

border-color css

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

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

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