Html Css Color HEX #400463 Indigo

📋 copy color: '#400463'

red 64 ◦ green 4 ◦ blue 99

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

Shades of Indigo #400463

Tints of Indigo #400463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 38.32%
G = 2.4%
B = 59.28%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#400463 (or 0x400463) is known color: Indigo. HEX triplet: 40, 04 and 63. RGB value is (64,4,99). Sum of RGB (Red+Green+Blue) = 64+4+99=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #400463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400463 is #BFFB9C. Grayscale: #202020. Windows color (decimal): -12581789 or 6489152. OLE color: 6489152.

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

Color convert

RGB 64 4 99 -
CMYK 0.35 0.96 0 0.61
HSL 277.89º 0.92% 0.2% -
HSV(B) 277.89º 0.96% 0.39% -
XYZ 4.41 2.08 11.97 -
YUV 32.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 64 4 99 0.35 0.96 0 0.61 277.89 0.92 0.2
Hex 40 4 63 23 60 0 3D 116 5C 14
Octal 100 4 143 43 140 0 75 426 134 24
Binary 1000000 100 1100011 100011 1100000 0 111101 100010110 1011100 10100

Color Harmonies of #400463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400463

Black with #400463

Text Example


Text Example

White with #400463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400463; }

 p { color: rgb(64,4,99); }

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

background-color css

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

 a { background-color: rgb(64,4,99); }

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

border-color css

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

 span { border-color: rgb(64,4,99); }

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