Html Css Color HEX #400A95 Indigo

📋 copy color: '#400A95'

red 64 ◦ green 10 ◦ blue 149

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

Shades of Indigo #400A95

Tints of Indigo #400A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.48%

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

R = 28.7%
G = 4.48%
B = 66.82%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400A95 (or 0x400A95) is known color: Indigo. HEX triplet: 40, 0A and 95. RGB value is (64,10,149). Sum of RGB (Red+Green+Blue) = 64+10+149=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #400A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400A95 is #BFF56A. Grayscale: #292929. Windows color (decimal): -12580203 or 9767488. OLE color: 9767488.

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

Color convert

RGB 64 10 149 -
CMYK 0.57 0.93 0 0.42
HSL 263.31º 0.87% 0.31% -
HSV(B) 263.31º 0.93% 0.58% -
XYZ 7.65 3.48 28.7 -
YUV 41.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 64 10 149 0.57 0.93 0 0.42 263.31 0.87 0.31
Hex 40 A 95 39 5D 0 2A 107 57 1F
Octal 100 12 225 71 135 0 52 407 127 37
Binary 1000000 1010 10010101 111001 1011101 0 101010 100000111 1010111 11111

Color Harmonies of #400A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A95

Black with #400A95

Text Example


Text Example

White with #400A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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