Html Css Color HEX #400563 Indigo

📋 copy color: '#400563'

red 64 ◦ green 5 ◦ blue 99

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

Shades of Indigo #400563

Tints of Indigo #400563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 38.1%
G = 2.98%
B = 58.93%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#400563 (or 0x400563) is known color: Indigo. HEX triplet: 40, 05 and 63. RGB value is (64,5,99). Sum of RGB (Red+Green+Blue) = 64+5+99=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #400563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400563 is #BFFA9C. Grayscale: #212121. Windows color (decimal): -12581533 or 6489408. OLE color: 6489408.

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

Color convert

RGB 64 5 99 -
CMYK 0.35 0.95 0 0.61
HSL 277.66º 0.9% 0.2% -
HSV(B) 277.66º 0.95% 0.39% -
XYZ 4.42 2.1 11.98 -
YUV 33.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 64 5 99 0.35 0.95 0 0.61 277.66 0.9 0.2
Hex 40 5 63 23 5F 0 3D 116 5A 14
Octal 100 5 143 43 137 0 75 426 132 24
Binary 1000000 101 1100011 100011 1011111 0 111101 100010110 1011010 10100

Color Harmonies of #400563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400563

Black with #400563

Text Example


Text Example

White with #400563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400563; }

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

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

background-color css

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

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

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

border-color css

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

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

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