Html Css Color HEX #400096 Indigo

📋 copy color: '#400096'

red 64 ◦ green 0 ◦ blue 150

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

Shades of Indigo #400096

Tints of Indigo #400096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 70.09%

R = 29.91%
G = 0%
B = 70.09%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#400096 (or 0x400096) is known color: Indigo. HEX triplet: 40, 00 and 96. RGB value is (64,0,150). Sum of RGB (Red+Green+Blue) = 64+0+150=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #400096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400096 is #BFFF69. Grayscale: #232323. Windows color (decimal): -12582762 or 9830464. OLE color: 9830464.

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

Color convert

RGB 64 0 150 -
CMYK 0.57 1 0 0.41
HSL 265.6º 1% 0.29% -
HSV(B) 265.6º 1% 0.59% -
XYZ 7.62 3.29 29.09 -
YUV 36.24 192.2 147.8 -
System Red Green Blue C M Y K H S L
Decimal 64 0 150 0.57 1 0 0.41 265.6 1 0.29
Hex 40 0 96 39 64 0 29 10A 64 1D
Octal 100 0 226 71 144 0 51 412 144 35
Binary 1000000 0 10010110 111001 1100100 0 101001 100001010 1100100 11101

Color Harmonies of #400096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400096

Black with #400096

Text Example


Text Example

White with #400096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400096; }

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

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

background-color css

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

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

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

border-color css

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

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

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