Html Css Color HEX #400164 Indigo

📋 copy color: '#400164'

red 64 ◦ green 1 ◦ blue 100

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

Shades of Indigo #400164

Tints of Indigo #400164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 100 (39.45% from 255) = 60.61%

R = 38.79%
G = 0.61%
B = 60.61%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#400164 (or 0x400164) is known color: Indigo. HEX triplet: 40, 01 and 64. RGB value is (64,1,100). Sum of RGB (Red+Green+Blue) = 64+1+100=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #400164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400164 is #BFFE9B. Grayscale: #1E1E1E. Windows color (decimal): -12582556 or 6553920. OLE color: 6553920.

HSL color Cylindrical-coordinate representation of color #400164: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400164 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 1 100 -
CMYK 0.36 0.99 0 0.61
HSL 278.18º 0.98% 0.2% -
HSV(B) 278.18º 0.99% 0.39% -
XYZ 4.43 2.03 12.22 -
YUV 31.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 64 1 100 0.36 0.99 0 0.61 278.18 0.98 0.2
Hex 40 1 64 24 63 0 3D 116 62 14
Octal 100 1 144 44 143 0 75 426 142 24
Binary 1000000 1 1100100 100100 1100011 0 111101 100010110 1100010 10100

Color Harmonies of #400164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400164

Black with #400164

Text Example


Text Example

White with #400164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400164; }

 p { color: rgb(64,1,100); }

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

background-color css

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

 a { background-color: rgb(64,1,100); }

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

border-color css

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

 span { border-color: rgb(64,1,100); }

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